#E9D39C

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

Shades of Hampton #E9D39C

Tints of Hampton #E9D39C

Color information

#E9D39C (or 0xE9D39C) is unknown color: approx Hampton. HEX triplet: E9, D3 and 9C. RGB value is (233,211,156). Sum of RGB (Red+Green+Blue) = 233+211+156=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D39C is #162C63. Grayscale: #D3D3D3. Windows color (decimal): -1453156 or 10277865. OLE color: 10277865.

HSL color Cylindrical-coordinate representation of color #E9D39C: hue angle of 42.86º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9D39C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233211156-
CMYK00.090.330.09
HSL42.86º63.64%76.27%-
HSV(B)42.86º33.05%91.37%-
XYZ62.966.3140.94-
YUV211.3196.79143.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.83%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 156 (61.33% from 255) = 26%
R=38.83%
G=35.17%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321115600.090.330.0942.8663.6476.27
HexE9D39C092192b404c
Octal351323234011411153100114
Binary11101001110100111001110001001100001100110101110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D39C; }

 p { color: rgb(233,211,156); }

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

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

 a { background-color: rgb(233,211,156); }

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

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

 span { border-color: rgb(233,211,156); }

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