#EADA9A

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

Shades of Hampton #EADA9A

Tints of Hampton #EADA9A

Color information

#EADA9A (or 0xEADA9A) is unknown color: approx Hampton. HEX triplet: EA, DA and 9A. RGB value is (234,218,154). Sum of RGB (Red+Green+Blue) = 234+218+154=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADA9A is #152565. Grayscale: #D7D7D7. Windows color (decimal): -1385830 or 10148586. OLE color: 10148586.

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

Color convert

RGB234218154-
CMYK00.070.340.08
HSL48º65.57%76.08%-
HSV(B)48º34.19%91.76%-
XYZ64.8469.9740.66-
YUV215.4993.3141.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=38.61%
G=35.97%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421815400.070.340.084865.5776.08
HexEADA9A0722830424c
Octal35233223207421060102114
Binary1110101011011010100110100111100010100011000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADA9A; }

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

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

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

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

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

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

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

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