Html Css Color HEX #EDAB20 Gold Tips

📋 copy color: '#EDAB20'

red 237 ◦ green 171 ◦ blue 32

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

Shades of Gold Tips #EDAB20

Tints of Gold Tips #EDAB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.27%

R = 53.86%
G = 38.86%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDAB20 (or 0xEDAB20) is known color: Gold Tips. HEX triplet: ED, AB and 20. RGB value is (237,171,32). Sum of RGB (Red+Green+Blue) = 237+171+32=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB20 is #1254DF. Grayscale: #AFAFAF. Windows color (decimal): -1201376 or 2141165. OLE color: 2141165.

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

Color convert

RGB 237 171 32 -
CMYK 0 0.28 0.86 0.07
HSL 40.68º 0.85% 0.53% -
HSV(B) 40.68º 0.86% 0.93% -
XYZ 49.75 47.23 7.86 -
YUV 174.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 237 171 32 0 0.28 0.86 0.07 40.68 0.85 0.53
Hex ED AB 20 0 1C 56 7 29 55 35
Octal 355 253 40 0 34 126 7 51 125 65
Binary 11101101 10101011 100000 0 11100 1010110 111 101001 1010101 110101

Color Harmonies of #EDAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB20

Black with #EDAB20

Text Example


Text Example

White with #EDAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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