#EBD4A2

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

Shades of Hampton #EBD4A2

Tints of Hampton #EBD4A2

Color information

#EBD4A2 (or 0xEBD4A2) is unknown color: approx Hampton. HEX triplet: EB, D4 and A2. RGB value is (235,212,162). Sum of RGB (Red+Green+Blue) = 235+212+162=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD4A2 is #142B5D. Grayscale: #D5D5D5. Windows color (decimal): -1321822 or 10671339. OLE color: 10671339.

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

Color convert

RGB235212162-
CMYK00.100.310.08
HSL41.1º64.6%77.84%-
HSV(B)41.1º31.06%92.16%-
XYZ64.3367.3643.79-
YUV213.1899.12143.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 162 (63.67% from 255) = 26.60%
R=38.59%
G=34.81%
B=26.60%

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
Decimal23521216200.100.310.0841.164.677.84
HexEBD4A20A1F829414e
Octal353324242012371051101116
Binary1110101111010100101000100101011111100010100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4A2; }

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

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

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

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

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

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

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

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