#EBD6A4

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

Shades of Hampton #EBD6A4

Tints of Hampton #EBD6A4

Color information

#EBD6A4 (or 0xEBD6A4) is unknown color: approx Hampton. HEX triplet: EB, D6 and A4. RGB value is (235,214,164). Sum of RGB (Red+Green+Blue) = 235+214+164=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD6A4 is #14295B. Grayscale: #D6D6D6. Windows color (decimal): -1321308 or 10802923. OLE color: 10802923.

HSL color Cylindrical-coordinate representation of color #EBD6A4: hue angle of 42.25º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBD6A4 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235214164-
CMYK00.090.300.08
HSL42.25º63.96%78.24%-
HSV(B)42.25º30.21%92.16%-
XYZ65.0168.4444.91-
YUV214.5899.46142.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 164 (64.45% from 255) = 26.75%
R=38.34%
G=34.91%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521416400.090.300.0842.2563.9678.24
HexEBD6A4091E82a404e
Octal353326244011361052100116
Binary1110101111010110101001000100111110100010101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6A4; }

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

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

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

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

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

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

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

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