#EAD29D

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

Shades of Hampton #EAD29D

Tints of Hampton #EAD29D

Color information

#EAD29D (or 0xEAD29D) is unknown color: approx Hampton. HEX triplet: EA, D2 and 9D. RGB value is (234,210,157). Sum of RGB (Red+Green+Blue) = 234+210+157=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD29D is #152D62. Grayscale: #D3D3D3. Windows color (decimal): -1387875 or 10343146. OLE color: 10343146.

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

Color convert

RGB234210157-
CMYK00.100.330.08
HSL41.3º64.71%76.67%-
HSV(B)41.3º32.91%91.76%-
XYZ63.0666.0241.32-
YUV211.1397.45144.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=38.94%
G=34.94%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421015700.100.330.0841.364.7176.67
HexEAD29D0A21829414d
Octal352322235012411051101115
Binary11101010110100101001110101010100001100010100110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD29D; }

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

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

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

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

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

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

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

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