Html Css Color HEX #EDA825 Gold Tips

📋 copy color: '#EDA825'

red 237 ◦ green 168 ◦ blue 37

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

Shades of Gold Tips #EDA825

Tints of Gold Tips #EDA825

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

 BLUE value IS 37 (14.84% from 255) = 8.37%

R = 53.62%
G = 38.01%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDA825 (or 0xEDA825) is known color: Gold Tips. HEX triplet: ED, A8 and 25. RGB value is (237,168,37). Sum of RGB (Red+Green+Blue) = 237+168+37=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA825 is #1257DA. Grayscale: #AEAEAE. Windows color (decimal): -1202139 or 2468077. OLE color: 2468077.

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

Color convert

RGB 237 168 37 -
CMYK 0 0.29 0.84 0.07
HSL 39.3º 0.85% 0.54% -
HSV(B) 39.3º 0.84% 0.93% -
XYZ 49.26 46.14 8.06 -
YUV 173.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 237 168 37 0 0.29 0.84 0.07 39.3 0.85 0.54
Hex ED A8 25 0 1D 54 7 27 55 36
Octal 355 250 45 0 35 124 7 47 125 66
Binary 11101101 10101000 100101 0 11101 1010100 111 100111 1010101 110110

Color Harmonies of #EDA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA825

Black with #EDA825

Text Example


Text Example

White with #EDA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA825; }

 p { color: rgb(237,168,37); }

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

background-color css

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

 a { background-color: rgb(237,168,37); }

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

border-color css

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

 span { border-color: rgb(237,168,37); }

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