Html Css Color HEX #EDAB25 Gold Tips

📋 copy color: '#EDAB25'

red 237 ◦ green 171 ◦ blue 37

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

Shades of Gold Tips #EDAB25

Tints of Gold Tips #EDAB25

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

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

R = 53.26%
G = 38.43%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDAB25 (or 0xEDAB25) is known color: Gold Tips. HEX triplet: ED, AB and 25. RGB value is (237,171,37). Sum of RGB (Red+Green+Blue) = 237+171+37=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 37 (14.84% from 255 or 8.31% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB25 is #1254DA. Grayscale: #B0B0B0. Windows color (decimal): -1201371 or 2468845. OLE color: 2468845.

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

Color convert

RGB 237 171 37 -
CMYK 0 0.28 0.84 0.07
HSL 40.2º 0.85% 0.54% -
HSV(B) 40.2º 0.84% 0.93% -
XYZ 49.82 47.26 8.25 -
YUV 175.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 237 171 37 0 0.28 0.84 0.07 40.2 0.85 0.54
Hex ED AB 25 0 1C 54 7 28 55 36
Octal 355 253 45 0 34 124 7 50 125 66
Binary 11101101 10101011 100101 0 11100 1010100 111 101000 1010101 110110

Color Harmonies of #EDAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB25

Black with #EDAB25

Text Example


Text Example

White with #EDAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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