#EDBC66

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

Shades of Harvest Gold #EDBC66

Tints of Harvest Gold #EDBC66

Color information

#EDBC66 (or 0xEDBC66) is unknown color: approx Harvest Gold. HEX triplet: ED, BC and 66. RGB value is (237,188,102). Sum of RGB (Red+Green+Blue) = 237+188+102=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC66 is #124399. Grayscale: #C1C1C1. Windows color (decimal): -1196954 or 6733037. OLE color: 6733037.

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

Color convert

RGB237188102-
CMYK00.210.570.07
HSL38.22º78.95%66.47%-
HSV(B)38.22º56.96%92.94%-
XYZ55.3154.9320.26-
YUV192.8576.73159.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 102 (40.23% from 255) = 19.35%
R=44.97%
G=35.67%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718810200.210.570.0738.2278.9566.47
HexEDBC66015397264f42
Octal35527414602571746117102
Binary1110110110111100110011001010111100111110011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBC66; }

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

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

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

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

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

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

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

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