#EBD8A0

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

Shades of Hampton #EBD8A0

Tints of Hampton #EBD8A0

Color information

#EBD8A0 (or 0xEBD8A0) is unknown color: approx Hampton. HEX triplet: EB, D8 and A0. RGB value is (235,216,160). Sum of RGB (Red+Green+Blue) = 235+216+160=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD8A0 is #14275F. Grayscale: #D7D7D7. Windows color (decimal): -1320800 or 10541291. OLE color: 10541291.

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

Color convert

RGB235216160-
CMYK00.080.320.08
HSL44.8º65.22%77.45%-
HSV(B)44.8º31.91%92.16%-
XYZ65.1669.3143.2-
YUV215.396.79142.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=38.46%
G=35.35%
B=26.19%

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
Decimal23521616000.080.320.0844.865.2277.45
HexEBD8A0082082d414d
Octal353330240010401055101115
Binary11101011110110001010000001000100000100010110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8A0; }

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

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

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

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

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

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

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

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