#EBDB9F

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

Shades of Hampton #EBDB9F

Tints of Hampton #EBDB9F

Color information

#EBDB9F (or 0xEBDB9F) is unknown color: approx Hampton. HEX triplet: EB, DB and 9F. RGB value is (235,219,159). Sum of RGB (Red+Green+Blue) = 235+219+159=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9F is #142460. Grayscale: #D9D9D9. Windows color (decimal): -1320033 or 10476523. OLE color: 10476523.

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

Color convert

RGB235219159-
CMYK00.070.320.08
HSL47.37º65.52%77.25%-
HSV(B)47.37º32.34%92.16%-
XYZ65.8570.8343-
YUV216.9495.3140.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=38.34%
G=35.73%
B=25.94%

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
Decimal23521915900.070.320.0847.3765.5277.25
HexEBDB9F072082f424d
Octal35333323707401057102115
Binary1110101111011011100111110111100000100010111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB9F; }

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

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

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

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

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

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

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

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