#EAD79A

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

Shades of Hampton #EAD79A

Tints of Hampton #EAD79A

Color information

#EAD79A (or 0xEAD79A) is unknown color: approx Hampton. HEX triplet: EA, D7 and 9A. RGB value is (234,215,154). Sum of RGB (Red+Green+Blue) = 234+215+154=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD79A is #152865. Grayscale: #D5D5D5. Windows color (decimal): -1386598 or 10147818. OLE color: 10147818.

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

Color convert

RGB234215154-
CMYK00.080.340.08
HSL45.75º65.57%76.08%-
HSV(B)45.75º34.19%91.76%-
XYZ64.0668.4340.4-
YUV213.7394.29142.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 154 (60.55% from 255) = 25.54%
R=38.81%
G=35.66%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421515400.080.340.0845.7565.5776.08
HexEAD79A082282e424c
Octal352327232010421056102114
Binary11101010110101111001101001000100010100010111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD79A; }

 p { color: rgb(234,215,154); }

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

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

 a { background-color: rgb(234,215,154); }

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

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

 span { border-color: rgb(234,215,154); }

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