Html Css Color HEX #EDAD25 Gold Tips

📋 copy color: '#EDAD25'

red 237 ◦ green 173 ◦ blue 37

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

Shades of Gold Tips #EDAD25

Tints of Gold Tips #EDAD25

RGB

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

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

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

R = 53.02%
G = 38.7%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDAD25 (or 0xEDAD25) is known color: Gold Tips. HEX triplet: ED, AD and 25. RGB value is (237,173,37). Sum of RGB (Red+Green+Blue) = 237+173+37=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD25 is #1252DA. Grayscale: #B1B1B1. Windows color (decimal): -1200859 or 2469357. OLE color: 2469357.

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

Color convert

RGB 237 173 37 -
CMYK 0 0.27 0.84 0.07
HSL 40.8º 0.85% 0.54% -
HSV(B) 40.8º 0.84% 0.93% -
XYZ 50.2 48.03 8.37 -
YUV 176.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 237 173 37 0 0.27 0.84 0.07 40.8 0.85 0.54
Hex ED AD 25 0 1B 54 7 29 55 36
Octal 355 255 45 0 33 124 7 51 125 66
Binary 11101101 10101101 100101 0 11011 1010100 111 101001 1010101 110110

Color Harmonies of #EDAD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD25

Black with #EDAD25

Text Example


Text Example

White with #EDAD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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