#ECD89F

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

Shades of Hampton #ECD89F

Tints of Hampton #ECD89F

Color information

#ECD89F (or 0xECD89F) is unknown color: approx Hampton. HEX triplet: EC, D8 and 9F. RGB value is (236,216,159). Sum of RGB (Red+Green+Blue) = 236+216+159=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD89F is #132760. Grayscale: #D7D7D7. Windows color (decimal): -1255265 or 10475756. OLE color: 10475756.

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

Color convert

RGB236216159-
CMYK00.080.330.07
HSL44.42º66.96%77.45%-
HSV(B)44.42º32.63%92.55%-
XYZ65.4169.4542.76-
YUV215.4896.13142.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=38.63%
G=35.35%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621615900.080.330.0744.4266.9677.45
HexECD89F082172c434d
Octal35433023701041754103115
Binary1110110011011000100111110100010000111110110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD89F; }

 p { color: rgb(236,216,159); }

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

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

 a { background-color: rgb(236,216,159); }

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

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

 span { border-color: rgb(236,216,159); }

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