COLOR #EBE68C

HEX: #EBE68C
RGB: (235,230,140)

Renk bilgisi

#EBE68C contains mainly red and green colors. #EBE68C ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EBE68C color RGB value is (235,230,140).

  • kırmız ton 235;
  • yeşil ton 230;
  • mavi ton 140.
RGB:
(235,230,140)
(92%,90%,55%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 230 of 255 = 90%
B 140 of 255 = 55%

235
230
140

R + G + B ~ 79%. #EBE68C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 230 + 140 = 605 (100%)
R 235 of 605 ~ 38.84%
G 230 of 605 ~ 38.02%
B 140 of 605 ~ 23.14%

%38.84
%38.02
%23.14

CMYK RENK MODELİ

#EBE68C rengi CMYK tonu (0,2,40,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.13%
  • sarı tonu 40.43%
  • ana renk tonu 7.84%
CMYK:
(0,2,40,8)
C0M2Y40K8 
(0%,2%,40%,8%)
(0.00/0.02/0.40/0.08)	

CMYK yüzdeleri

%0
%2.13
%40.43
%7.84

Codes

Color #EBE68C in popluar color models

EBE68C
RGB235230140
HSL57°70.37%73.53%
HSB/HSV57°40.43%92.16%
CMYK0.00%2.13%40.43%
7.84%

Color #EBE68C in popluar number systems.

HEXEBE68C
Decimal235230140
Binary111010111110011010001100
Octal353346214

Shades and tints

Shades of #EBE68C

#EBE68C
(235,230,140)
#D6D280
(214,210,128)
#C1BE74
(193,190,116)
#ACAA68
(172,170,104)
#97965C
(151,150,92)
#828250
(130,130,80)
#6D6E44
(109,110,68)
#585A38
(88,90,56)
#43462C
(67,70,44)
#2E3220
(46,50,32)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #EBE68C

#EBE68C
(235,230,140)
#ECE896
(236,232,150)
#EDEAA0
(237,234,160)
#EEECAA
(238,236,170)
#EFEEB4
(239,238,180)
#F0F0BE
(240,240,190)
#F1F2C8
(241,242,200)
#F2F4D2
(242,244,210)
#F3F6DC
(243,246,220)
#F4F8E6
(244,248,230)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBE68C color. Also use rgb(235,230,140) instead hex code.

Text Font Color

.myTextColor { color: #EBE68C; }

<p style="color:#EBE68C">This sample text font color is #EBE68C.</p>

This text font color is #EBE68C.


Background Color

.myBgColor { background-color: #EBE68C; }

<div style="background-color:#EBE68C">Inner text</div>

This div background color is #EBE68C.


Border color

.myBorderColor { border: 1px solid #EBE68C; }

<div style="border:3px solid #EBE68C">Div</div>

This div border color is #EBE68C.


Opacity

.myOpacity80 { color: #EBE68C; opacity: 0.8; }

<p style="color:#EBE68C;opacity:0.8;">80%</p>

Text with #EBE68C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBE68C;}

<p style="text-shadow: 3px 3px 1px #EBE68C">Text here.</p>

This text has shadow with #EBE68C color.

.textShadow {text-shadow: 3px 3px 1px #EBE68C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBE68C, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBE68C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBE68C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBE68C, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBE68C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBE68C;
  -webkit-box-shadow:	1px 1px 3px 2px #EBE68C;
  box-shadow:		1px 1px 3px 2px #EBE68C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBE68C;
-webkit-box-shadow: 1px 1px 3px 2px #EBE68C;
box-shadow:1px 1px 3px 2px #EBE68C;">
Div content here</div>
This div box has shadow with color #EBE68C.

Preview

Color preview on black background

This text has color #EBE68C on black background.


Color preview on white background

This text has color #EBE68C on white background.



Black color preview on #EBE68C background

This text has black color on #EBE68C background.


White color preview on #EBE68C background

This text has white color on #EBE68C background.