#E7DA9B

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

Shades of Hampton #E7DA9B

Tints of Hampton #E7DA9B

Color information

#E7DA9B (or 0xE7DA9B) is unknown color: approx Hampton. HEX triplet: E7, DA and 9B. RGB value is (231,218,155). Sum of RGB (Red+Green+Blue) = 231+218+155=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA9B is #182564. Grayscale: #D6D6D6. Windows color (decimal): -1582437 or 10214119. OLE color: 10214119.

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

Color convert

RGB231218155-
CMYK00.060.330.09
HSL49.74º61.29%75.69%-
HSV(B)49.74º32.9%90.59%-
XYZ63.9469.541.05-
YUV214.794.31139.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=38.25%
G=36.09%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121815500.060.330.0949.7461.2975.69
HexE7DA9B06219323d4c
Octal3473322330641116275114
Binary111001111101101010011011011010000110011100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA9B; }

 p { color: rgb(231,218,155); }

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

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

 a { background-color: rgb(231,218,155); }

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

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

 span { border-color: rgb(231,218,155); }

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