#ECD59F

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

Shades of Hampton #ECD59F

Tints of Hampton #ECD59F

Color information

#ECD59F (or 0xECD59F) is unknown color: approx Hampton. HEX triplet: EC, D5 and 9F. RGB value is (236,213,159). Sum of RGB (Red+Green+Blue) = 236+213+159=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD59F is #132A60. Grayscale: #D5D5D5. Windows color (decimal): -1256033 or 10474988. OLE color: 10474988.

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

Color convert

RGB236213159-
CMYK00.100.330.07
HSL42.08º66.96%77.45%-
HSV(B)42.08º32.63%92.55%-
XYZ64.6467.9242.5-
YUV213.7297.12143.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=38.82%
G=35.03%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621315900.100.330.0742.0866.9677.45
HexECD59F0A2172a434d
Octal35432523701241752103115
Binary1110110011010101100111110101010000111110101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD59F; }

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

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

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

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

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

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

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

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