Html Css Color HEX #EEB10C Dark Tangerine

📋 copy color: '#EEB10C'

red 238 ◦ green 177 ◦ blue 12

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

Shades of Dark Tangerine #EEB10C

Tints of Dark Tangerine #EEB10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 55.74%
G = 41.45%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEB10C (or 0xEEB10C) is known color: Dark Tangerine. HEX triplet: EE, B1 and 0C. RGB value is (238,177,12). Sum of RGB (Red+Green+Blue) = 238+177+12=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB10C is #114EF3. Grayscale: #B1B1B1. Windows color (decimal): -1134324 or 831982. OLE color: 831982.

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

Color convert

RGB 238 177 12 -
CMYK 0 0.26 0.95 0.07
HSL 43.81º 0.9% 0.49% -
HSV(B) 43.81º 0.95% 0.93% -
XYZ 51.05 49.65 7.24 -
YUV 176.43 35.21 171.92 -
System Red Green Blue C M Y K H S L
Decimal 238 177 12 0 0.26 0.95 0.07 43.81 0.9 0.49
Hex EE B1 C 0 1A 5F 7 2C 5A 31
Octal 356 261 14 0 32 137 7 54 132 61
Binary 11101110 10110001 1100 0 11010 1011111 111 101100 1011010 110001

Color Harmonies of #EEB10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB10C

Black with #EEB10C

Text Example


Text Example

White with #EEB10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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