Html Css Color HEX #EEAD0E Dark Tangerine

📋 copy color: '#EEAD0E'

red 238 ◦ green 173 ◦ blue 14

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

Shades of Dark Tangerine #EEAD0E

Tints of Dark Tangerine #EEAD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

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

R = 56%
G = 40.71%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEAD0E (or 0xEEAD0E) is known color: Dark Tangerine. HEX triplet: EE, AD and 0E. RGB value is (238,173,14). Sum of RGB (Red+Green+Blue) = 238+173+14=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD0E is #1152F1. Grayscale: #AFAFAF. Windows color (decimal): -1135346 or 962030. OLE color: 962030.

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

Color convert

RGB 238 173 14 -
CMYK 0 0.27 0.94 0.07
HSL 42.59º 0.89% 0.49% -
HSV(B) 42.59º 0.94% 0.93% -
XYZ 50.28 48.1 7.05 -
YUV 174.31 37.53 173.43 -
System Red Green Blue C M Y K H S L
Decimal 238 173 14 0 0.27 0.94 0.07 42.59 0.89 0.49
Hex EE AD E 0 1B 5E 7 2B 59 31
Octal 356 255 16 0 33 136 7 53 131 61
Binary 11101110 10101101 1110 0 11011 1011110 111 101011 1011001 110001

Color Harmonies of #EEAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD0E

Black with #EEAD0E

Text Example


Text Example

White with #EEAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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