Html Css Color HEX #EDAD24 Gold Tips

📋 copy color: '#EDAD24'

red 237 ◦ green 173 ◦ blue 36

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

Shades of Gold Tips #EDAD24

Tints of Gold Tips #EDAD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.07%

R = 53.14%
G = 38.79%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDAD24 (or 0xEDAD24) is known color: Gold Tips. HEX triplet: ED, AD and 24. RGB value is (237,173,36). Sum of RGB (Red+Green+Blue) = 237+173+36=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD24 is #1252DB. Grayscale: #B1B1B1. Windows color (decimal): -1200860 or 2403821. OLE color: 2403821.

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

Color convert

RGB 237 173 36 -
CMYK 0 0.27 0.85 0.07
HSL 40.9º 0.85% 0.54% -
HSV(B) 40.9º 0.85% 0.93% -
XYZ 50.19 48.02 8.29 -
YUV 176.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 237 173 36 0 0.27 0.85 0.07 40.9 0.85 0.54
Hex ED AD 24 0 1B 55 7 29 55 36
Octal 355 255 44 0 33 125 7 51 125 66
Binary 11101101 10101101 100100 0 11011 1010101 111 101001 1010101 110110

Color Harmonies of #EDAD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD24

Black with #EDAD24

Text Example


Text Example

White with #EDAD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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