#ECD79F

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

Shades of Hampton #ECD79F

Tints of Hampton #ECD79F

Color information

#ECD79F (or 0xECD79F) is unknown color: approx Hampton. HEX triplet: EC, D7 and 9F. RGB value is (236,215,159). Sum of RGB (Red+Green+Blue) = 236+215+159=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD79F is #132860. Grayscale: #D7D7D7. Windows color (decimal): -1255521 or 10475500. OLE color: 10475500.

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

Color convert

RGB236215159-
CMYK00.090.330.07
HSL43.64º66.96%77.45%-
HSV(B)43.64º32.63%92.55%-
XYZ65.1568.9442.67-
YUV214.996.46143.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 159 (62.5% from 255) = 26.07%
R=38.69%
G=35.25%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621515900.090.330.0743.6466.9677.45
HexECD79F092172c434d
Octal35432723701141754103115
Binary1110110011010111100111110100110000111110110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD79F; }

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

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

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

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

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

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

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

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