#ECD99F

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

Shades of Hampton #ECD99F

Tints of Hampton #ECD99F

Color information

#ECD99F (or 0xECD99F) is unknown color: approx Hampton. HEX triplet: EC, D9 and 9F. RGB value is (236,217,159). Sum of RGB (Red+Green+Blue) = 236+217+159=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99F is #132660. Grayscale: #D8D8D8. Windows color (decimal): -1255009 or 10476012. OLE color: 10476012.

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

Color convert

RGB236217159-
CMYK00.080.330.07
HSL45.19º66.96%77.45%-
HSV(B)45.19º32.63%92.55%-
XYZ65.6669.9642.84-
YUV216.0795.79142.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 159 (62.5% from 255) = 25.98%
R=38.56%
G=35.46%
B=25.98%

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
Decimal23621715900.080.330.0745.1966.9677.45
HexECD99F082172d434d
Octal35433123701041755103115
Binary1110110011011001100111110100010000111110110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD99F; }

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

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

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

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

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

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

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

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