#EBD4A0

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

Shades of Hampton #EBD4A0

Tints of Hampton #EBD4A0

Color information

#EBD4A0 (or 0xEBD4A0) is unknown color: approx Hampton. HEX triplet: EB, D4 and A0. RGB value is (235,212,160). Sum of RGB (Red+Green+Blue) = 235+212+160=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A0 is #142B5F. Grayscale: #D5D5D5. Windows color (decimal): -1321824 or 10540267. OLE color: 10540267.

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

Color convert

RGB235212160-
CMYK00.100.320.08
HSL41.6º65.22%77.45%-
HSV(B)41.6º31.91%92.16%-
XYZ64.1567.2942.86-
YUV212.9598.12143.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 160 (62.89% from 255) = 26.36%
R=38.71%
G=34.93%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521216000.100.320.0841.665.2277.45
HexEBD4A00A2082a414d
Octal353324240012401052101115
Binary11101011110101001010000001010100000100010101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4A0; }

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

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

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

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

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

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

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

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