Html Css Color HEX #EDA524 Gold Tips

📋 copy color: '#EDA524'

red 237 ◦ green 165 ◦ blue 36

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

Shades of Gold Tips #EDA524

Tints of Gold Tips #EDA524

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

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

R = 54.11%
G = 37.67%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDA524 (or 0xEDA524) is known color: Gold Tips. HEX triplet: ED, A5 and 24. RGB value is (237,165,36). Sum of RGB (Red+Green+Blue) = 237+165+36=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA524 is #125ADB. Grayscale: #ACACAC. Windows color (decimal): -1202908 or 2401773. OLE color: 2401773.

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

Color convert

RGB 237 165 36 -
CMYK 0 0.30 0.85 0.07
HSL 38.51º 0.85% 0.54% -
HSV(B) 38.51º 0.85% 0.93% -
XYZ 48.7 45.04 7.8 -
YUV 171.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 237 165 36 0 0.30 0.85 0.07 38.51 0.85 0.54
Hex ED A5 24 0 1E 55 7 27 55 36
Octal 355 245 44 0 36 125 7 47 125 66
Binary 11101101 10100101 100100 0 11110 1010101 111 100111 1010101 110110

Color Harmonies of #EDA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA524

Black with #EDA524

Text Example


Text Example

White with #EDA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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