Html Css Color HEX #EEB212 Dark Tangerine

📋 copy color: '#EEB212'

red 238 ◦ green 178 ◦ blue 18

#EEB212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #EEB212

Tints of Dark Tangerine #EEB212

RGB

 RED value IS 238 (93.36% from 255) = 54.84%

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 18 (7.42% from 255) = 4.15%

R = 54.84%
G = 41.01%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEB212 (or 0xEEB212) is known color: Dark Tangerine. HEX triplet: EE, B2 and 12. RGB value is (238,178,18). Sum of RGB (Red+Green+Blue) = 238+178+18=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB212 is #114DED. Grayscale: #B2B2B2. Windows color (decimal): -1134062 or 1225454. OLE color: 1225454.

HSL color Cylindrical-coordinate representation of color #EEB212: hue angle of 43.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEB212 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 18 -
CMYK 0 0.25 0.92 0.07
HSL 43.64º 0.87% 0.5% -
HSV(B) 43.64º 0.92% 0.93% -
XYZ 51.29 50.06 7.53 -
YUV 177.7 37.88 171.01 -
System Red Green Blue C M Y K H S L
Decimal 238 178 18 0 0.25 0.92 0.07 43.64 0.87 0.5
Hex EE B2 12 0 19 5C 7 2C 57 32
Octal 356 262 22 0 31 134 7 54 127 62
Binary 11101110 10110010 10010 0 11001 1011100 111 101100 1010111 110010

Color Harmonies of #EEB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB212

Black with #EEB212

Text Example


Text Example

White with #EEB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB212; }

 p { color: rgb(238,178,18); }

 H1.HeaderClassName
 {
   color: #EEB212;
 }
 .AnyTagClassName
 {
   color: #EEB212;
 }
</style>

background-color css

<style>
 a { background-color: #EEB212; }

 a { background-color: rgb(238,178,18); }

 div.DivClassName
 {
   background-color: #EEB212;
 }
 .BgClassName
 {
   background-color: #EEB212;
 }
</style>

border-color css

<style>
 span { border-color: #EEB212; }

 span { border-color: rgb(238,178,18); }

 td.TdClassName
 {
   border-color: #EEB212;
 }
 .TagClassName
 {
   border-color: #EEB212;
 }
</style>