Html Css Color HEX #EEB016 Dark Tangerine

📋 copy color: '#EEB016'

red 238 ◦ green 176 ◦ blue 22

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

Shades of Dark Tangerine #EEB016

Tints of Dark Tangerine #EEB016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.05%

R = 54.59%
G = 40.37%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEB016 (or 0xEEB016) is known color: Dark Tangerine. HEX triplet: EE, B0 and 16. RGB value is (238,176,22). Sum of RGB (Red+Green+Blue) = 238+176+22=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB016 is #114FE9. Grayscale: #B1B1B1. Windows color (decimal): -1134570 or 1487086. OLE color: 1487086.

HSL color Cylindrical-coordinate representation of color #EEB016: hue angle of 42.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEB016 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 22 -
CMYK 0 0.26 0.91 0.07
HSL 42.78º 0.86% 0.51% -
HSV(B) 42.78º 0.91% 0.93% -
XYZ 50.93 49.29 7.59 -
YUV 176.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 238 176 22 0 0.26 0.91 0.07 42.78 0.86 0.51
Hex EE B0 16 0 1A 5B 7 2B 56 33
Octal 356 260 26 0 32 133 7 53 126 63
Binary 11101110 10110000 10110 0 11010 1011011 111 101011 1010110 110011

Color Harmonies of #EEB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB016

Black with #EEB016

Text Example


Text Example

White with #EEB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB016; }

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

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

background-color css

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

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

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

border-color css

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

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

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