#EBD4A1

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

Shades of Hampton #EBD4A1

Tints of Hampton #EBD4A1

Color information

#EBD4A1 (or 0xEBD4A1) is unknown color: approx Hampton. HEX triplet: EB, D4 and A1. RGB value is (235,212,161). Sum of RGB (Red+Green+Blue) = 235+212+161=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A1 is #142B5E. Grayscale: #D5D5D5. Windows color (decimal): -1321823 or 10605803. OLE color: 10605803.

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

Color convert

RGB235212161-
CMYK00.100.310.08
HSL41.35º64.91%77.65%-
HSV(B)41.35º31.49%92.16%-
XYZ64.2467.3243.33-
YUV213.0698.62143.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=38.65%
G=34.87%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521216100.100.310.0841.3564.9177.65
HexEBD4A10A1F829414e
Octal353324241012371051101116
Binary1110101111010100101000010101011111100010100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4A1; }

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

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

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

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

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

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

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

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