#EBD9A1

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

Shades of Hampton #EBD9A1

Tints of Hampton #EBD9A1

Color information

#EBD9A1 (or 0xEBD9A1) is unknown color: approx Hampton. HEX triplet: EB, D9 and A1. RGB value is (235,217,161). Sum of RGB (Red+Green+Blue) = 235+217+161=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD9A1 is #14265E. Grayscale: #D8D8D8. Windows color (decimal): -1320543 or 10607083. OLE color: 10607083.

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

Color convert

RGB235217161-
CMYK00.080.310.08
HSL45.41º64.91%77.65%-
HSV(B)45.41º31.49%92.16%-
XYZ65.5169.8643.75-
YUV21696.96141.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=38.34%
G=35.40%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521716100.080.310.0845.4164.9177.65
HexEBD9A1081F82d414e
Octal353331241010371055101116
Binary1110101111011001101000010100011111100010110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9A1; }

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

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

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

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

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

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

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

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