#EAD29F

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

Shades of Hampton #EAD29F

Tints of Hampton #EAD29F

Color information

#EAD29F (or 0xEAD29F) is unknown color: approx Hampton. HEX triplet: EA, D2 and 9F. RGB value is (234,210,159). Sum of RGB (Red+Green+Blue) = 234+210+159=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD29F is #152D60. Grayscale: #D3D3D3. Windows color (decimal): -1387873 or 10474218. OLE color: 10474218.

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

Color convert

RGB234210159-
CMYK00.100.320.08
HSL40.8º64.1%77.06%-
HSV(B)40.8º32.05%91.76%-
XYZ63.2466.0942.22-
YUV211.3698.45144.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 210 (82.42% from 255) = 34.83%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=38.81%
G=34.83%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421015900.100.320.0840.864.177.06
HexEAD29F0A20829404d
Octal352322237012401051100115
Binary11101010110100101001111101010100000100010100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD29F; }

 p { color: rgb(234,210,159); }

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

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

 a { background-color: rgb(234,210,159); }

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

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

 span { border-color: rgb(234,210,159); }

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