#EBD9A0

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

Shades of Hampton #EBD9A0

Tints of Hampton #EBD9A0

Color information

#EBD9A0 (or 0xEBD9A0) is unknown color: approx Hampton. HEX triplet: EB, D9 and A0. RGB value is (235,217,160). Sum of RGB (Red+Green+Blue) = 235+217+160=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9A0 is #14265F. Grayscale: #D8D8D8. Windows color (decimal): -1320544 or 10541547. OLE color: 10541547.

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

Color convert

RGB235217160-
CMYK00.080.320.08
HSL45.6º65.22%77.45%-
HSV(B)45.6º31.91%92.16%-
XYZ65.4269.8343.29-
YUV215.8896.46141.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 160 (62.89% from 255) = 26.14%
R=38.40%
G=35.46%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521716000.080.320.0845.665.2277.45
HexEBD9A0082082e414d
Octal353331240010401056101115
Binary11101011110110011010000001000100000100010111010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9A0; }

 p { color: rgb(235,217,160); }

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

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

 a { background-color: rgb(235,217,160); }

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

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

 span { border-color: rgb(235,217,160); }

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