#EBD7A4

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

Shades of Hampton #EBD7A4

Tints of Hampton #EBD7A4

Color information

#EBD7A4 (or 0xEBD7A4) is unknown color: approx Hampton. HEX triplet: EB, D7 and A4. RGB value is (235,215,164). Sum of RGB (Red+Green+Blue) = 235+215+164=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A4 is #14285B. Grayscale: #D7D7D7. Windows color (decimal): -1321052 or 10803179. OLE color: 10803179.

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

Color convert

RGB235215164-
CMYK00.090.300.08
HSL43.1º63.96%78.24%-
HSV(B)43.1º30.21%92.16%-
XYZ65.2668.9444.99-
YUV215.1799.13142.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 164 (64.45% from 255) = 26.71%
R=38.27%
G=35.02%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521516400.090.300.0843.163.9678.24
HexEBD7A4091E82b404e
Octal353327244011361053100116
Binary1110101111010111101001000100111110100010101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7A4; }

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

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

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

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

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

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

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

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