Html Css Color HEX #EDAD19 Gold Tips

📋 copy color: '#EDAD19'

red 237 ◦ green 173 ◦ blue 25

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

Shades of Gold Tips #EDAD19

Tints of Gold Tips #EDAD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.75%

R = 54.48%
G = 39.77%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDAD19 (or 0xEDAD19) is known color: Gold Tips. HEX triplet: ED, AD and 19. RGB value is (237,173,25). Sum of RGB (Red+Green+Blue) = 237+173+25=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD19 is #1252E6. Grayscale: #AFAFAF. Windows color (decimal): -1200871 or 1682925. OLE color: 1682925.

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

Color convert

RGB 237 173 25 -
CMYK 0 0.27 0.89 0.07
HSL 41.89º 0.85% 0.51% -
HSV(B) 41.89º 0.89% 0.93% -
XYZ 50.04 47.96 7.54 -
YUV 175.26 43.2 172.03 -
System Red Green Blue C M Y K H S L
Decimal 237 173 25 0 0.27 0.89 0.07 41.89 0.85 0.51
Hex ED AD 19 0 1B 59 7 2A 55 33
Octal 355 255 31 0 33 131 7 52 125 63
Binary 11101101 10101101 11001 0 11011 1011001 111 101010 1010101 110011

Color Harmonies of #EDAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD19

Black with #EDAD19

Text Example


Text Example

White with #EDAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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