#EDB620

Color #EDB620 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EDB620

Tints of Gold Tips #EDB620

Color information

#EDB620 (or 0xEDB620) is unknown color: approx Gold Tips. HEX triplet: ED, B6 and 20. RGB value is (237,182,32). Sum of RGB (Red+Green+Blue) = 237+182+32=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB620 is #1249DF. Grayscale: #B6B6B6. Windows color (decimal): -1198560 or 2143981. OLE color: 2143981.

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

Color convert

RGB23718232-
CMYK00.230.860.07
HSL43.9º85.06%52.75%-
HSV(B)43.9º86.5%92.94%-
XYZ51.9151.568.58-
YUV181.3443.72167.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.55%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 32 (12.89% from 255) = 7.10%
R=52.55%
G=40.35%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371823200.230.860.0743.985.0652.75
HexEDB6200175672c5535
Octal3552664002712675412565
Binary111011011011011010000001011110101101111011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB620; }

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

 H1.HeaderClassName
 {
   color: #EDB620;
 }
 .AnyTagClassName
 {
   color: #EDB620;
 }
</style>
background-color css

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

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

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

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

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

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