#E9DC9E

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

Shades of Hampton #E9DC9E

Tints of Hampton #E9DC9E

Color information

#E9DC9E (or 0xE9DC9E) is unknown color: approx Hampton. HEX triplet: E9, DC and 9E. RGB value is (233,220,158). Sum of RGB (Red+Green+Blue) = 233+220+158=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DC9E is #162361. Grayscale: #D9D9D9. Windows color (decimal): -1450850 or 10411241. OLE color: 10411241.

HSL color Cylindrical-coordinate representation of color #E9DC9E: hue angle of 49.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9DC9E is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB233220158-
CMYK00.060.320.09
HSL49.6º63.03%76.67%-
HSV(B)49.6º32.19%91.37%-
XYZ65.3770.9842.6-
YUV216.8294.81139.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.13%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 158 (62.11% from 255) = 25.86%
R=38.13%
G=36.01%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322015800.060.320.0949.663.0376.67
HexE9DC9E06209323f4d
Octal3513342360640116277115
Binary111010011101110010011110011010000010011100101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC9E; }

 p { color: rgb(233,220,158); }

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

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

 a { background-color: rgb(233,220,158); }

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

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

 span { border-color: rgb(233,220,158); }

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