#ECD69F

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

Shades of Hampton #ECD69F

Tints of Hampton #ECD69F

Color information

#ECD69F (or 0xECD69F) is unknown color: approx Hampton. HEX triplet: EC, D6 and 9F. RGB value is (236,214,159). Sum of RGB (Red+Green+Blue) = 236+214+159=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD69F is #132960. Grayscale: #D6D6D6. Windows color (decimal): -1255777 or 10475244. OLE color: 10475244.

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

Color convert

RGB236214159-
CMYK00.090.330.07
HSL42.86º66.96%77.45%-
HSV(B)42.86º32.63%92.55%-
XYZ64.968.4342.59-
YUV214.3196.79143.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=38.75%
G=35.14%
B=26.11%

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
Decimal23621415900.090.330.0742.8666.9677.45
HexECD69F092172b434d
Octal35432623701141753103115
Binary1110110011010110100111110100110000111110101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD69F; }

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

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

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

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

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

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

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

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