Html Css Color HEX #EEAF0E Dark Tangerine

📋 copy color: '#EEAF0E'

red 238 ◦ green 175 ◦ blue 14

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

Shades of Dark Tangerine #EEAF0E

Tints of Dark Tangerine #EEAF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

 BLUE value IS 14 (5.86% from 255) = 3.28%

R = 55.74%
G = 40.98%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEAF0E (or 0xEEAF0E) is known color: Dark Tangerine. HEX triplet: EE, AF and 0E. RGB value is (238,175,14). Sum of RGB (Red+Green+Blue) = 238+175+14=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF0E is #1150F1. Grayscale: #B0B0B0. Windows color (decimal): -1134834 or 962542. OLE color: 962542.

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

Color convert

RGB 238 175 14 -
CMYK 0 0.26 0.94 0.07
HSL 43.13º 0.89% 0.49% -
HSV(B) 43.13º 0.94% 0.93% -
XYZ 50.67 48.87 7.18 -
YUV 175.48 36.87 172.59 -
System Red Green Blue C M Y K H S L
Decimal 238 175 14 0 0.26 0.94 0.07 43.13 0.89 0.49
Hex EE AF E 0 1A 5E 7 2B 59 31
Octal 356 257 16 0 32 136 7 53 131 61
Binary 11101110 10101111 1110 0 11010 1011110 111 101011 1011001 110001

Color Harmonies of #EEAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF0E

Black with #EEAF0E

Text Example


Text Example

White with #EEAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF0E; }

 p { color: rgb(238,175,14); }

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

background-color css

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

 a { background-color: rgb(238,175,14); }

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

border-color css

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

 span { border-color: rgb(238,175,14); }

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