#EAD99A

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

Shades of Hampton #EAD99A

Tints of Hampton #EAD99A

Color information

#EAD99A (or 0xEAD99A) is unknown color: approx Hampton. HEX triplet: EA, D9 and 9A. RGB value is (234,217,154). Sum of RGB (Red+Green+Blue) = 234+217+154=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99A is #152665. Grayscale: #D7D7D7. Windows color (decimal): -1386086 or 10148330. OLE color: 10148330.

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

Color convert

RGB234217154-
CMYK00.070.340.08
HSL47.25º65.57%76.08%-
HSV(B)47.25º34.19%91.76%-
XYZ64.5869.4540.57-
YUV214.993.63141.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=38.68%
G=35.87%
B=25.45%

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
Decimal23421715400.070.340.0847.2565.5776.08
HexEAD99A072282f424c
Octal35233123207421057102114
Binary1110101011011001100110100111100010100010111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD99A; }

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

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

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

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

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

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

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

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