#ECBD6E

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

Shades of Harvest Gold #ECBD6E

Tints of Harvest Gold #ECBD6E

Color information

#ECBD6E (or 0xECBD6E) is unknown color: approx Harvest Gold. HEX triplet: EC, BD and 6E. RGB value is (236,189,110). Sum of RGB (Red+Green+Blue) = 236+189+110=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD6E is #134291. Grayscale: #C2C2C2. Windows color (decimal): -1262226 or 7257580. OLE color: 7257580.

HSL color Cylindrical-coordinate representation of color #ECBD6E: hue angle of 37.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECBD6E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB236189110-
CMYK00.200.530.07
HSL37.62º76.83%67.84%-
HSV(B)37.62º53.39%92.55%-
XYZ55.655.3522.51-
YUV194.0580.57157.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=44.11%
G=35.33%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618911000.200.530.0737.6276.8367.84
HexECBD6E014357264d44
Octal35427515602465746115104
Binary1110110010111101110111001010011010111110011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD6E; }

 p { color: rgb(236,189,110); }

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

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

 a { background-color: rgb(236,189,110); }

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

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

 span { border-color: rgb(236,189,110); }

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