Html Css Color HEX #EDAD18 Gold Tips

📋 copy color: '#EDAD18'

red 237 ◦ green 173 ◦ blue 24

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

Shades of Gold Tips #EDAD18

Tints of Gold Tips #EDAD18

RGB

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

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

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

R = 54.61%
G = 39.86%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDAD18 (or 0xEDAD18) is known color: Gold Tips. HEX triplet: ED, AD and 18. RGB value is (237,173,24). Sum of RGB (Red+Green+Blue) = 237+173+24=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD18 is #1252E7. Grayscale: #AFAFAF. Windows color (decimal): -1200872 or 1617389. OLE color: 1617389.

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

Color convert

RGB 237 173 24 -
CMYK 0 0.27 0.90 0.07
HSL 41.97º 0.86% 0.51% -
HSV(B) 41.97º 0.9% 0.93% -
XYZ 50.03 47.96 7.48 -
YUV 175.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 237 173 24 0 0.27 0.90 0.07 41.97 0.86 0.51
Hex ED AD 18 0 1B 5A 7 2A 56 33
Octal 355 255 30 0 33 132 7 52 126 63
Binary 11101101 10101101 11000 0 11011 1011010 111 101010 1010110 110011

Color Harmonies of #EDAD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD18

Black with #EDAD18

Text Example


Text Example

White with #EDAD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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