#EBD49D

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

Shades of Hampton #EBD49D

Tints of Hampton #EBD49D

Color information

#EBD49D (or 0xEBD49D) is unknown color: approx Hampton. HEX triplet: EB, D4 and 9D. RGB value is (235,212,157). Sum of RGB (Red+Green+Blue) = 235+212+157=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD49D is #142B62. Grayscale: #D4D4D4. Windows color (decimal): -1321827 or 10343659. OLE color: 10343659.

HSL color Cylindrical-coordinate representation of color #EBD49D: hue angle of 42.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBD49D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB235212157-
CMYK00.100.330.08
HSL42.31º66.1%76.86%-
HSV(B)42.31º33.19%92.16%-
XYZ63.8967.1841.5-
YUV212.6196.62143.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 157 (61.72% from 255) = 25.99%
R=38.91%
G=35.10%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521215700.100.330.0842.3166.176.86
HexEBD49D0A2182a424d
Octal353324235012411052102115
Binary11101011110101001001110101010100001100010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD49D; }

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

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

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

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

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

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

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

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