#E9D79B

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

Shades of Hampton #E9D79B

Tints of Hampton #E9D79B

Color information

#E9D79B (or 0xE9D79B) is unknown color: approx Hampton. HEX triplet: E9, D7 and 9B. RGB value is (233,215,155). Sum of RGB (Red+Green+Blue) = 233+215+155=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D79B is #162864. Grayscale: #D5D5D5. Windows color (decimal): -1452133 or 10213353. OLE color: 10213353.

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

Color convert

RGB233215155-
CMYK00.080.330.09
HSL46.15º63.93%76.08%-
HSV(B)46.15º33.48%91.37%-
XYZ63.8268.2940.83-
YUV213.5494.96141.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=38.64%
G=35.66%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321515500.080.330.0946.1563.9376.08
HexE9D79B082192e404c
Octal351327233010411156100114
Binary11101001110101111001101101000100001100110111010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D79B; }

 p { color: rgb(233,215,155); }

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

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

 a { background-color: rgb(233,215,155); }

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

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

 span { border-color: rgb(233,215,155); }

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