Html Css Color HEX #EEB010 Dark Tangerine

📋 copy color: '#EEB010'

red 238 ◦ green 176 ◦ blue 16

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

Shades of Dark Tangerine #EEB010

Tints of Dark Tangerine #EEB010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 55.35%
G = 40.93%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EEB010 (or 0xEEB010) is known color: Dark Tangerine. HEX triplet: EE, B0 and 10. RGB value is (238,176,16). Sum of RGB (Red+Green+Blue) = 238+176+16=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB010 is #114FEF. Grayscale: #B0B0B0. Windows color (decimal): -1134576 or 1093870. OLE color: 1093870.

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

Color convert

RGB 238 176 16 -
CMYK 0 0.26 0.93 0.07
HSL 43.24º 0.87% 0.5% -
HSV(B) 43.24º 0.93% 0.93% -
XYZ 50.88 49.27 7.32 -
YUV 176.3 37.54 172.01 -
System Red Green Blue C M Y K H S L
Decimal 238 176 16 0 0.26 0.93 0.07 43.24 0.87 0.5
Hex EE B0 10 0 1A 5D 7 2B 57 32
Octal 356 260 20 0 32 135 7 53 127 62
Binary 11101110 10110000 10000 0 11010 1011101 111 101011 1010111 110010

Color Harmonies of #EEB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB010

Black with #EEB010

Text Example


Text Example

White with #EEB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB010; }

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

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

background-color css

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

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

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

border-color css

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

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

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