Html Css Color HEX #EEAF0A Dark Tangerine

📋 copy color: '#EEAF0A'

red 238 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #EEAF0A

Tints of Dark Tangerine #EEAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 56.26%
G = 41.37%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEAF0A (or 0xEEAF0A) is known color: Dark Tangerine. HEX triplet: EE, AF and 0A. RGB value is (238,175,10). Sum of RGB (Red+Green+Blue) = 238+175+10=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF0A is #1150F5. Grayscale: #AFAFAF. Windows color (decimal): -1134838 or 700398. OLE color: 700398.

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

Color convert

RGB 238 175 10 -
CMYK 0 0.26 0.96 0.07
HSL 43.42º 0.92% 0.49% -
HSV(B) 43.42º 0.96% 0.93% -
XYZ 50.64 48.86 7.05 -
YUV 175.03 34.87 172.92 -
System Red Green Blue C M Y K H S L
Decimal 238 175 10 0 0.26 0.96 0.07 43.42 0.92 0.49
Hex EE AF A 0 1A 60 7 2B 5C 31
Octal 356 257 12 0 32 140 7 53 134 61
Binary 11101110 10101111 1010 0 11010 1100000 111 101011 1011100 110001

Color Harmonies of #EEAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF0A

Black with #EEAF0A

Text Example


Text Example

White with #EEAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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