Html Css Color HEX #EDAC20 Gold Tips

📋 copy color: '#EDAC20'

red 237 ◦ green 172 ◦ blue 32

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

Shades of Gold Tips #EDAC20

Tints of Gold Tips #EDAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

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

R = 53.74%
G = 39%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDAC20 (or 0xEDAC20) is known color: Gold Tips. HEX triplet: ED, AC and 20. RGB value is (237,172,32). Sum of RGB (Red+Green+Blue) = 237+172+32=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC20 is #1253DF. Grayscale: #B0B0B0. Windows color (decimal): -1201120 or 2141421. OLE color: 2141421.

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

Color convert

RGB 237 172 32 -
CMYK 0 0.27 0.86 0.07
HSL 40.98º 0.85% 0.53% -
HSV(B) 40.98º 0.86% 0.93% -
XYZ 49.94 47.61 7.92 -
YUV 175.48 47.03 171.88 -
System Red Green Blue C M Y K H S L
Decimal 237 172 32 0 0.27 0.86 0.07 40.98 0.85 0.53
Hex ED AC 20 0 1B 56 7 29 55 35
Octal 355 254 40 0 33 126 7 51 125 65
Binary 11101101 10101100 100000 0 11011 1010110 111 101001 1010101 110101

Color Harmonies of #EDAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC20

Black with #EDAC20

Text Example


Text Example

White with #EDAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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