#EBDAA1

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

Shades of Hampton #EBDAA1

Tints of Hampton #EBDAA1

Color information

#EBDAA1 (or 0xEBDAA1) is unknown color: approx Hampton. HEX triplet: EB, DA and A1. RGB value is (235,218,161). Sum of RGB (Red+Green+Blue) = 235+218+161=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDAA1 is #14255E. Grayscale: #D8D8D8. Windows color (decimal): -1320287 or 10607339. OLE color: 10607339.

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

Color convert

RGB235218161-
CMYK00.070.310.08
HSL46.22º64.91%77.65%-
HSV(B)46.22º31.49%92.16%-
XYZ65.7770.3843.84-
YUV216.5896.63141.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=38.27%
G=35.50%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521816100.070.310.0846.2264.9177.65
HexEBDAA1071F82e414e
Octal35333224107371056101116
Binary111010111101101010100001011111111100010111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAA1; }

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

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

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

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

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

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

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

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