#EBD7A1

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

Shades of Hampton #EBD7A1

Tints of Hampton #EBD7A1

Color information

#EBD7A1 (or 0xEBD7A1) is unknown color: approx Hampton. HEX triplet: EB, D7 and A1. RGB value is (235,215,161). Sum of RGB (Red+Green+Blue) = 235+215+161=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD7A1 is #14285E. Grayscale: #D7D7D7. Windows color (decimal): -1321055 or 10606571. OLE color: 10606571.

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

Color convert

RGB235215161-
CMYK00.090.310.08
HSL43.78º64.91%77.65%-
HSV(B)43.78º31.49%92.16%-
XYZ64.9968.8443.58-
YUV214.8297.63142.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=38.46%
G=35.19%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521516100.090.310.0843.7864.9177.65
HexEBD7A1091F82c414e
Octal353327241011371054101116
Binary1110101111010111101000010100111111100010110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7A1; }

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

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

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

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

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

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

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

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