#ECD49F

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

Shades of Hampton #ECD49F

Tints of Hampton #ECD49F

Color information

#ECD49F (or 0xECD49F) is unknown color: approx Hampton. HEX triplet: EC, D4 and 9F. RGB value is (236,212,159). Sum of RGB (Red+Green+Blue) = 236+212+159=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49F is #132B60. Grayscale: #D5D5D5. Windows color (decimal): -1256289 or 10474732. OLE color: 10474732.

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

Color convert

RGB236212159-
CMYK00.100.330.07
HSL41.3º66.96%77.45%-
HSV(B)41.3º32.63%92.55%-
XYZ64.3967.4242.42-
YUV213.1397.45144.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=38.88%
G=34.93%
B=26.19%

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
Decimal23621215900.100.330.0741.366.9677.45
HexECD49F0A21729434d
Octal35432423701241751103115
Binary1110110011010100100111110101010000111110100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD49F; }

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

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

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

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

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

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

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

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