Html Css Color HEX #EDA724 Gold Tips

📋 copy color: '#EDA724'

red 237 ◦ green 167 ◦ blue 36

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

Shades of Gold Tips #EDA724

Tints of Gold Tips #EDA724

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 53.86%
G = 37.95%
B = 8.18%

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

#EDA724 (or 0xEDA724) is known color: Gold Tips. HEX triplet: ED, A7 and 24. RGB value is (237,167,36). Sum of RGB (Red+Green+Blue) = 237+167+36=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA724 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA724 is #1258DB. Grayscale: #ADADAD. Windows color (decimal): -1202396 or 2402285. OLE color: 2402285.

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

Color convert

RGB 237 167 36 -
CMYK 0 0.30 0.85 0.07
HSL 39.1º 0.85% 0.54% -
HSV(B) 39.1º 0.85% 0.93% -
XYZ 49.06 45.77 7.92 -
YUV 173 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 237 167 36 0 0.30 0.85 0.07 39.1 0.85 0.54
Hex ED A7 24 0 1E 55 7 27 55 36
Octal 355 247 44 0 36 125 7 47 125 66
Binary 11101101 10100111 100100 0 11110 1010101 111 100111 1010101 110110

Color Harmonies of #EDA724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA724

Black with #EDA724

Text Example


Text Example

White with #EDA724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA724; }

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

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

background-color css

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

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

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

border-color css

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

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

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