#EAD4A2

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

Shades of Hampton #EAD4A2

Tints of Hampton #EAD4A2

Color information

#EAD4A2 (or 0xEAD4A2) is unknown color: approx Hampton. HEX triplet: EA, D4 and A2. RGB value is (234,212,162). Sum of RGB (Red+Green+Blue) = 234+212+162=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD4A2 is #152B5D. Grayscale: #D5D5D5. Windows color (decimal): -1387358 or 10671338. OLE color: 10671338.

HSL color Cylindrical-coordinate representation of color #EAD4A2: hue angle of 41.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAD4A2 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB234212162-
CMYK00.090.310.08
HSL41.67º63.16%77.65%-
HSV(B)41.67º30.77%91.76%-
XYZ6467.1943.78-
YUV212.8899.29143.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 162 (63.67% from 255) = 26.64%
R=38.49%
G=34.87%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421216200.090.310.0841.6763.1677.65
HexEAD4A2091F82a3f4e
Octal35232424201137105277116
Binary111010101101010010100010010011111110001010101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4A2; }

 p { color: rgb(234,212,162); }

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

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

 a { background-color: rgb(234,212,162); }

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

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

 span { border-color: rgb(234,212,162); }

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