Html Css Color HEX #EEAF0F Dark Tangerine

📋 copy color: '#EEAF0F'

red 238 ◦ green 175 ◦ blue 15

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

Shades of Dark Tangerine #EEAF0F

Tints of Dark Tangerine #EEAF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 55.61%
G = 40.89%
B = 3.5%

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

#EEAF0F (or 0xEEAF0F) is known color: Dark Tangerine. HEX triplet: EE, AF and 0F. RGB value is (238,175,15). Sum of RGB (Red+Green+Blue) = 238+175+15=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF0F is #1150F0. Grayscale: #B0B0B0. Windows color (decimal): -1134833 or 1028078. OLE color: 1028078.

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

Color convert

RGB 238 175 15 -
CMYK 0 0.26 0.94 0.07
HSL 43.05º 0.88% 0.5% -
HSV(B) 43.05º 0.94% 0.93% -
XYZ 50.68 48.87 7.21 -
YUV 175.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 238 175 15 0 0.26 0.94 0.07 43.05 0.88 0.5
Hex EE AF F 0 1A 5E 7 2B 58 32
Octal 356 257 17 0 32 136 7 53 130 62
Binary 11101110 10101111 1111 0 11010 1011110 111 101011 1011000 110010

Color Harmonies of #EEAF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF0F

Black with #EEAF0F

Text Example


Text Example

White with #EEAF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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