Html Css Color HEX #EEAF0D Dark Tangerine

📋 copy color: '#EEAF0D'

red 238 ◦ green 175 ◦ blue 13

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

Shades of Dark Tangerine #EEAF0D

Tints of Dark Tangerine #EEAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.05%

R = 55.87%
G = 41.08%
B = 3.05%

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

#EEAF0D (or 0xEEAF0D) is known color: Dark Tangerine. HEX triplet: EE, AF and 0D. RGB value is (238,175,13). Sum of RGB (Red+Green+Blue) = 238+175+13=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF0D is #1150F2. Grayscale: #B0B0B0. Windows color (decimal): -1134835 or 897006. OLE color: 897006.

HSL color Cylindrical-coordinate representation of color #EEAF0D: hue angle of 43.2º 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 #EEAF0D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 175 13 -
CMYK 0 0.26 0.95 0.07
HSL 43.2º 0.9% 0.49% -
HSV(B) 43.2º 0.95% 0.93% -
XYZ 50.66 48.87 7.14 -
YUV 175.37 36.37 172.67 -
System Red Green Blue C M Y K H S L
Decimal 238 175 13 0 0.26 0.95 0.07 43.2 0.9 0.49
Hex EE AF D 0 1A 5F 7 2B 5A 31
Octal 356 257 15 0 32 137 7 53 132 61
Binary 11101110 10101111 1101 0 11010 1011111 111 101011 1011010 110001

Color Harmonies of #EEAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF0D

Black with #EEAF0D

Text Example


Text Example

White with #EEAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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