Html Css Color HEX #EDAC24 Gold Tips

📋 copy color: '#EDAC24'

red 237 ◦ green 172 ◦ blue 36

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

Shades of Gold Tips #EDAC24

Tints of Gold Tips #EDAC24

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.65%

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

R = 53.26%
G = 38.65%
B = 8.09%

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

#EDAC24 (or 0xEDAC24) is known color: Gold Tips. HEX triplet: ED, AC and 24. RGB value is (237,172,36). Sum of RGB (Red+Green+Blue) = 237+172+36=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC24 is #1253DB. Grayscale: #B0B0B0. Windows color (decimal): -1201116 or 2403565. OLE color: 2403565.

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

Color convert

RGB 237 172 36 -
CMYK 0 0.27 0.85 0.07
HSL 40.6º 0.85% 0.54% -
HSV(B) 40.6º 0.85% 0.93% -
XYZ 50 47.64 8.23 -
YUV 175.93 49.03 171.56 -
System Red Green Blue C M Y K H S L
Decimal 237 172 36 0 0.27 0.85 0.07 40.6 0.85 0.54
Hex ED AC 24 0 1B 55 7 29 55 36
Octal 355 254 44 0 33 125 7 51 125 66
Binary 11101101 10101100 100100 0 11011 1010101 111 101001 1010101 110110

Color Harmonies of #EDAC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC24

Black with #EDAC24

Text Example


Text Example

White with #EDAC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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