Html Css Color HEX #EEB112 Dark Tangerine

📋 copy color: '#EEB112'

red 238 ◦ green 177 ◦ blue 18

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

Shades of Dark Tangerine #EEB112

Tints of Dark Tangerine #EEB112

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

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

R = 54.97%
G = 40.88%
B = 4.16%

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

#EEB112 (or 0xEEB112) is known color: Dark Tangerine. HEX triplet: EE, B1 and 12. RGB value is (238,177,18). Sum of RGB (Red+Green+Blue) = 238+177+18=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB112 is #114EED. Grayscale: #B1B1B1. Windows color (decimal): -1134318 or 1225198. OLE color: 1225198.

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

Color convert

RGB 238 177 18 -
CMYK 0 0.26 0.92 0.07
HSL 43.36º 0.87% 0.5% -
HSV(B) 43.36º 0.92% 0.93% -
XYZ 51.09 49.67 7.47 -
YUV 177.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 238 177 18 0 0.26 0.92 0.07 43.36 0.87 0.5
Hex EE B1 12 0 1A 5C 7 2B 57 32
Octal 356 261 22 0 32 134 7 53 127 62
Binary 11101110 10110001 10010 0 11010 1011100 111 101011 1010111 110010

Color Harmonies of #EEB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB112

Black with #EEB112

Text Example


Text Example

White with #EEB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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