#EAD99E

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

Shades of Hampton #EAD99E

Tints of Hampton #EAD99E

Color information

#EAD99E (or 0xEAD99E) is unknown color: approx Hampton. HEX triplet: EA, D9 and 9E. RGB value is (234,217,158). Sum of RGB (Red+Green+Blue) = 234+217+158=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99E is #152661. Grayscale: #D7D7D7. Windows color (decimal): -1386082 or 10410474. OLE color: 10410474.

HSL color Cylindrical-coordinate representation of color #EAD99E: hue angle of 46.58º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAD99E is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234217158-
CMYK00.070.320.08
HSL46.58º64.41%76.86%-
HSV(B)46.58º32.48%91.76%-
XYZ64.9269.5942.36-
YUV215.3695.63141.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=38.42%
G=35.63%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421715800.070.320.0846.5864.4176.86
HexEAD99E072082f404d
Octal35233123607401057100115
Binary1110101011011001100111100111100000100010111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD99E; }

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

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

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

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

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

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

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

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