#EDB566

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

Shades of Harvest Gold #EDB566

Tints of Harvest Gold #EDB566

Color information

#EDB566 (or 0xEDB566) is unknown color: approx Harvest Gold. HEX triplet: ED, B5 and 66. RGB value is (237,181,102). Sum of RGB (Red+Green+Blue) = 237+181+102=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB566 is #124A99. Grayscale: #BDBDBD. Windows color (decimal): -1198746 or 6731245. OLE color: 6731245.

HSL color Cylindrical-coordinate representation of color #EDB566: hue angle of 35.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDB566 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB237181102-
CMYK00.240.570.07
HSL35.11º78.95%66.47%-
HSV(B)35.11º56.96%92.94%-
XYZ53.8552.0119.77-
YUV188.7479.05162.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=45.58%
G=34.81%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718110200.240.570.0735.1178.9566.47
HexEDB566018397234f42
Octal35526514603071743117102
Binary1110110110110101110011001100011100111110001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB566; }

 p { color: rgb(237,181,102); }

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

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

 a { background-color: rgb(237,181,102); }

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

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

 span { border-color: rgb(237,181,102); }

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