COLOR #EBDD12

HEX: #EBDD12
RGB: (235,221,18)

Renk bilgisi

#EBDD12 contains mainly red and green colors. #EBDD12 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBDD12 color RGB value is (235,221,18).

  • kırmız ton 235;
  • yeşil ton 221;
  • mavi ton 18.
RGB:
(235,221,18)
(92%,87%,7%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 221 of 255 = 87%
B 18 of 255 = 7%

235
221
18

R + G + B ~ 62%. #EBDD12 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 221 + 18 = 474 (100%)
R 235 of 474 ~ 49.58%
G 221 of 474 ~ 46.62%
B 18 of 474 ~ 3.8%

%49.58
%46.62

CMYK RENK MODELİ

#EBDD12 rengi CMYK tonu (0,6,92,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.96%
  • sarı tonu 92.34%
  • ana renk tonu 7.84%
CMYK:
(0,6,92,8)
C0M6Y92K8 
(0%,6%,92%,8%)
(0.00/0.06/0.92/0.08)	

CMYK yüzdeleri

%0
%5.96
%92.34
%7.84

Codes

Color #EBDD12 in popluar color models

EBDD12
RGB23522118
HSL56°85.77%49.61%
HSB/HSV56°92.34%92.16%
CMYK0.00%5.96%92.34%
7.84%

Color #EBDD12 in popluar number systems.

HEXEBDD12
Decimal23522118
Binary111010111101110110010
Octal35333522

Shades and tints

Shades of #EBDD12

#EBDD12
(235,221,18)
#D6C911
(214,201,17)
#C1B510
(193,181,16)
#ACA10F
(172,161,15)
#978D0E
(151,141,14)
#82790D
(130,121,13)
#6D650C
(109,101,12)
#58510B
(88,81,11)
#433D0A
(67,61,10)
#2E2909
(46,41,9)
#191508
(25,21,8)
#000000
(0,0,0)

Tints of #EBDD12

#EBDD12
(235,221,18)
#ECE027
(236,224,39)
#EDE33C
(237,227,60)
#EEE651
(238,230,81)
#EFE966
(239,233,102)
#F0EC7B
(240,236,123)
#F1EF90
(241,239,144)
#F2F2A5
(242,242,165)
#F3F5BA
(243,245,186)
#F4F8CF
(244,248,207)
#F5FBE4
(245,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDD12 color. Also use rgb(235,221,18) instead hex code.

Text Font Color

.myTextColor { color: #EBDD12; }

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

This text font color is #EBDD12.


Background Color

.myBgColor { background-color: #EBDD12; }

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

This div background color is #EBDD12.


Border color

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

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

This div border color is #EBDD12.


Opacity

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

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

Text with #EBDD12 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 #EBDD12;}

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

This text has shadow with #EBDD12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBDD12 on black background.


Color preview on white background

This text has color #EBDD12 on white background.



Black color preview on #EBDD12 background

This text has black color on #EBDD12 background.


White color preview on #EBDD12 background

This text has white color on #EBDD12 background.