#EADB99

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

Shades of Hampton #EADB99

Tints of Hampton #EADB99

Color information

#EADB99 (or 0xEADB99) is unknown color: approx Hampton. HEX triplet: EA, DB and 99. RGB value is (234,219,153). Sum of RGB (Red+Green+Blue) = 234+219+153=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB99 is #152466. Grayscale: #D8D8D8. Windows color (decimal): -1385575 or 10083306. OLE color: 10083306.

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

Color convert

RGB234219153-
CMYK00.060.350.08
HSL48.89º65.85%75.88%-
HSV(B)48.89º34.62%91.76%-
XYZ65.0170.4640.31-
YUV215.9692.47140.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=38.61%
G=36.14%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421915300.060.350.0848.8965.8575.88
HexEADB990623831424c
Octal35233323106431061102114
Binary1110101011011011100110010110100011100011000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB99; }

 p { color: rgb(234,219,153); }

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

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

 a { background-color: rgb(234,219,153); }

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

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

 span { border-color: rgb(234,219,153); }

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