#EAD99C

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

Shades of Hampton #EAD99C

Tints of Hampton #EAD99C

Color information

#EAD99C (or 0xEAD99C) is unknown color: approx Hampton. HEX triplet: EA, D9 and 9C. RGB value is (234,217,156). Sum of RGB (Red+Green+Blue) = 234+217+156=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99C is #152663. Grayscale: #D7D7D7. Windows color (decimal): -1386084 or 10279402. OLE color: 10279402.

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

Color convert

RGB234217156-
CMYK00.070.330.08
HSL46.92º65%76.47%-
HSV(B)46.92º33.33%91.76%-
XYZ64.7569.5241.46-
YUV215.1394.63141.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=38.55%
G=35.75%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421715600.070.330.0846.926576.47
HexEAD99C072182f414c
Octal35233123407411057101114
Binary1110101011011001100111000111100001100010111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD99C; }

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

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

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

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

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

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

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

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