#EBDA9F

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

Shades of Hampton #EBDA9F

Tints of Hampton #EBDA9F

Color information

#EBDA9F (or 0xEBDA9F) is unknown color: approx Hampton. HEX triplet: EB, DA and 9F. RGB value is (235,218,159). Sum of RGB (Red+Green+Blue) = 235+218+159=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9F is #142560. Grayscale: #D8D8D8. Windows color (decimal): -1320289 or 10476267. OLE color: 10476267.

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

Color convert

RGB235218159-
CMYK00.070.320.08
HSL46.58º65.52%77.25%-
HSV(B)46.58º32.34%92.16%-
XYZ65.5970.3142.91-
YUV216.3695.63141.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 159 (62.5% from 255) = 25.98%
R=38.40%
G=35.62%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521815900.070.320.0846.5865.5277.25
HexEBDA9F072082f424d
Octal35333223707401057102115
Binary1110101111011010100111110111100000100010111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA9F; }

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

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

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

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

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

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

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

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