Html Css Color HEX #EDAA17 Dark Tangerine

📋 copy color: '#EDAA17'

red 237 ◦ green 170 ◦ blue 23

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

Shades of Dark Tangerine #EDAA17

Tints of Dark Tangerine #EDAA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.35%

R = 55.12%
G = 39.53%
B = 5.35%

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

#EDAA17 (or 0xEDAA17) is known color: Dark Tangerine. HEX triplet: ED, AA and 17. RGB value is (237,170,23). Sum of RGB (Red+Green+Blue) = 237+170+23=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA17 is #1255E8. Grayscale: #ADADAD. Windows color (decimal): -1201641 or 1551085. OLE color: 1551085.

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

Color convert

RGB 237 170 23 -
CMYK 0 0.28 0.90 0.07
HSL 41.21º 0.86% 0.51% -
HSV(B) 41.21º 0.9% 0.93% -
XYZ 49.45 46.82 7.24 -
YUV 173.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 237 170 23 0 0.28 0.90 0.07 41.21 0.86 0.51
Hex ED AA 17 0 1C 5A 7 29 56 33
Octal 355 252 27 0 34 132 7 51 126 63
Binary 11101101 10101010 10111 0 11100 1011010 111 101001 1010110 110011

Color Harmonies of #EDAA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA17

Black with #EDAA17

Text Example


Text Example

White with #EDAA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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