#EBD7A0

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

Shades of Hampton #EBD7A0

Tints of Hampton #EBD7A0

Color information

#EBD7A0 (or 0xEBD7A0) is unknown color: approx Hampton. HEX triplet: EB, D7 and A0. RGB value is (235,215,160). Sum of RGB (Red+Green+Blue) = 235+215+160=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A0 is #14285F. Grayscale: #D6D6D6. Windows color (decimal): -1321056 or 10541035. OLE color: 10541035.

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

Color convert

RGB235215160-
CMYK00.090.320.08
HSL44º65.22%77.45%-
HSV(B)44º31.91%92.16%-
XYZ64.9168.843.12-
YUV214.7197.13142.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=38.52%
G=35.25%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521516000.090.320.084465.2277.45
HexEBD7A0092082c414d
Octal353327240011401054101115
Binary11101011110101111010000001001100000100010110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7A0; }

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

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

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

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

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

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

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

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