Html Css Color HEX #EEAD14 Dark Tangerine

📋 copy color: '#EEAD14'

red 238 ◦ green 173 ◦ blue 20

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

Shades of Dark Tangerine #EEAD14

Tints of Dark Tangerine #EEAD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.64%

R = 55.22%
G = 40.14%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEAD14 (or 0xEEAD14) is known color: Dark Tangerine. HEX triplet: EE, AD and 14. RGB value is (238,173,20). Sum of RGB (Red+Green+Blue) = 238+173+20=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAD14 is #1152EB. Grayscale: #AFAFAF. Windows color (decimal): -1135340 or 1355246. OLE color: 1355246.

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

Color convert

RGB 238 173 20 -
CMYK 0 0.27 0.92 0.07
HSL 42.11º 0.87% 0.51% -
HSV(B) 42.11º 0.92% 0.93% -
XYZ 50.33 48.11 7.3 -
YUV 174.99 40.53 172.94 -
System Red Green Blue C M Y K H S L
Decimal 238 173 20 0 0.27 0.92 0.07 42.11 0.87 0.51
Hex EE AD 14 0 1B 5C 7 2A 57 33
Octal 356 255 24 0 33 134 7 52 127 63
Binary 11101110 10101101 10100 0 11011 1011100 111 101010 1010111 110011

Color Harmonies of #EEAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD14

Black with #EEAD14

Text Example


Text Example

White with #EEAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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