Html Css Color HEX #EDAA18 Dark Tangerine

📋 copy color: '#EDAA18'

red 237 ◦ green 170 ◦ blue 24

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

Shades of Dark Tangerine #EDAA18

Tints of Dark Tangerine #EDAA18

RGB

 RED value IS 237 (92.97% from 255) = 54.99%

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 24 (9.77% from 255) = 5.57%

R = 54.99%
G = 39.44%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDAA18 (or 0xEDAA18) is known color: Dark Tangerine. HEX triplet: ED, AA and 18. RGB value is (237,170,24). Sum of RGB (Red+Green+Blue) = 237+170+24=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA18 is #1255E7. Grayscale: #AEAEAE. Windows color (decimal): -1201640 or 1616621. OLE color: 1616621.

HSL color Cylindrical-coordinate representation of color #EDAA18: hue angle of 41.13º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDAA18 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 24 -
CMYK 0 0.28 0.90 0.07
HSL 41.13º 0.86% 0.51% -
HSV(B) 41.13º 0.9% 0.93% -
XYZ 49.46 46.82 7.29 -
YUV 173.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 237 170 24 0 0.28 0.90 0.07 41.13 0.86 0.51
Hex ED AA 18 0 1C 5A 7 29 56 33
Octal 355 252 30 0 34 132 7 51 126 63
Binary 11101101 10101010 11000 0 11100 1011010 111 101001 1010110 110011

Color Harmonies of #EDAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA18

Black with #EDAA18

Text Example


Text Example

White with #EDAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA18; }

 p { color: rgb(237,170,24); }

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

background-color css

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

 a { background-color: rgb(237,170,24); }

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

border-color css

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

 span { border-color: rgb(237,170,24); }

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