#EADB9A

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

Shades of Hampton #EADB9A

Tints of Hampton #EADB9A

Color information

#EADB9A (or 0xEADB9A) is unknown color: approx Hampton. HEX triplet: EA, DB and 9A. RGB value is (234,219,154). Sum of RGB (Red+Green+Blue) = 234+219+154=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB9A is #152465. Grayscale: #D8D8D8. Windows color (decimal): -1385574 or 10148842. OLE color: 10148842.

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

Color convert

RGB234219154-
CMYK00.060.340.08
HSL48.75º65.57%76.08%-
HSV(B)48.75º34.19%91.76%-
XYZ65.170.4940.75-
YUV216.0892.97140.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=38.55%
G=36.08%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421915400.060.340.0848.7565.5776.08
HexEADB9A0622831424c
Octal35233323206421061102114
Binary1110101011011011100110100110100010100011000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB9A; }

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

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

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

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

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

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

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

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