#E9DA98

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

Shades of Hampton #E9DA98

Tints of Hampton #E9DA98

Color information

#E9DA98 (or 0xE9DA98) is unknown color: approx Hampton. HEX triplet: E9, DA and 98. RGB value is (233,218,152). Sum of RGB (Red+Green+Blue) = 233+218+152=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 152 (59.77% from 255 or 25.21% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DA98 is #162567. Grayscale: #D7D7D7. Windows color (decimal): -1451368 or 10017513. OLE color: 10017513.

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

Color convert

RGB233218152-
CMYK00.060.350.09
HSL48.89º64.8%75.49%-
HSV(B)48.89º34.76%91.37%-
XYZ64.3469.7339.77-
YUV214.9692.47140.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 152 (59.77% from 255) = 25.21%
R=38.64%
G=36.15%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321815200.060.350.0948.8964.875.49
HexE9DA980623931414b
Octal35133223006431161101113
Binary1110100111011010100110000110100011100111000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DA98; }

 p { color: rgb(233,218,152); }

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

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

 a { background-color: rgb(233,218,152); }

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

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

 span { border-color: rgb(233,218,152); }

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