#EAD99D

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

Shades of Hampton #EAD99D

Tints of Hampton #EAD99D

Color information

#EAD99D (or 0xEAD99D) is unknown color: approx Hampton. HEX triplet: EA, D9 and 9D. RGB value is (234,217,157). Sum of RGB (Red+Green+Blue) = 234+217+157=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD99D is #152662. Grayscale: #D7D7D7. Windows color (decimal): -1386083 or 10344938. OLE color: 10344938.

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

Color convert

RGB234217157-
CMYK00.070.330.08
HSL46.75º64.71%76.67%-
HSV(B)46.75º32.91%91.76%-
XYZ64.8369.5541.91-
YUV215.2495.13141.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=38.49%
G=35.69%
B=25.82%

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
Decimal23421715700.070.330.0846.7564.7176.67
HexEAD99D072182f414d
Octal35233123507411057101115
Binary1110101011011001100111010111100001100010111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD99D; }

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

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

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

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

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

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

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

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