#EBD6A0

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

Shades of Hampton #EBD6A0

Tints of Hampton #EBD6A0

Color information

#EBD6A0 (or 0xEBD6A0) is unknown color: approx Hampton. HEX triplet: EB, D6 and A0. RGB value is (235,214,160). Sum of RGB (Red+Green+Blue) = 235+214+160=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A0 is #14295F. Grayscale: #D6D6D6. Windows color (decimal): -1321312 or 10540779. OLE color: 10540779.

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

Color convert

RGB235214160-
CMYK00.090.320.08
HSL43.2º65.22%77.45%-
HSV(B)43.2º31.91%92.16%-
XYZ64.6568.2943.03-
YUV214.1297.46142.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 160 (62.89% from 255) = 26.27%
R=38.59%
G=35.14%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521416000.090.320.0843.265.2277.45
HexEBD6A0092082b414d
Octal353326240011401053101115
Binary11101011110101101010000001001100000100010101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6A0; }

 p { color: rgb(235,214,160); }

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

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

 a { background-color: rgb(235,214,160); }

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

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

 span { border-color: rgb(235,214,160); }

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