Html Css Color HEX #EEB012 Dark Tangerine

📋 copy color: '#EEB012'

red 238 ◦ green 176 ◦ blue 18

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

Shades of Dark Tangerine #EEB012

Tints of Dark Tangerine #EEB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.74%

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

R = 55.09%
G = 40.74%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEB012 (or 0xEEB012) is known color: Dark Tangerine. HEX triplet: EE, B0 and 12. RGB value is (238,176,18). Sum of RGB (Red+Green+Blue) = 238+176+18=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB012 is #114FED. Grayscale: #B1B1B1. Windows color (decimal): -1134574 or 1224942. OLE color: 1224942.

HSL color Cylindrical-coordinate representation of color #EEB012: hue angle of 43.09º 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 #EEB012 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 18 -
CMYK 0 0.26 0.92 0.07
HSL 43.09º 0.87% 0.5% -
HSV(B) 43.09º 0.92% 0.93% -
XYZ 50.89 49.27 7.4 -
YUV 176.53 38.54 171.85 -
System Red Green Blue C M Y K H S L
Decimal 238 176 18 0 0.26 0.92 0.07 43.09 0.87 0.5
Hex EE B0 12 0 1A 5C 7 2B 57 32
Octal 356 260 22 0 32 134 7 53 127 62
Binary 11101110 10110000 10010 0 11010 1011100 111 101011 1010111 110010

Color Harmonies of #EEB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB012

Black with #EEB012

Text Example


Text Example

White with #EEB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB012; }

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

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

background-color css

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

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

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

border-color css

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

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

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