#EDBB66

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

Shades of Harvest Gold #EDBB66

Tints of Harvest Gold #EDBB66

Color information

#EDBB66 (or 0xEDBB66) is unknown color: approx Harvest Gold. HEX triplet: ED, BB and 66. RGB value is (237,187,102). Sum of RGB (Red+Green+Blue) = 237+187+102=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB66 is #124499. Grayscale: #C0C0C0. Windows color (decimal): -1197210 or 6732781. OLE color: 6732781.

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

Color convert

RGB237187102-
CMYK00.210.570.07
HSL37.78º78.95%66.47%-
HSV(B)37.78º56.96%92.94%-
XYZ55.0954.520.19-
YUV192.2677.06159.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=45.06%
G=35.55%
B=19.39%

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
Decimal23718710200.210.570.0737.7878.9566.47
HexEDBB66015397264f42
Octal35527314602571746117102
Binary1110110110111011110011001010111100111110011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBB66; }

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

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

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

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

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

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

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

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