#EBDC9D

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

Shades of Hampton #EBDC9D

Tints of Hampton #EBDC9D

Color information

#EBDC9D (or 0xEBDC9D) is unknown color: approx Hampton. HEX triplet: EB, DC and 9D. RGB value is (235,220,157). Sum of RGB (Red+Green+Blue) = 235+220+157=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC9D is #142362. Grayscale: #D9D9D9. Windows color (decimal): -1319779 or 10345707. OLE color: 10345707.

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

Color convert

RGB235220157-
CMYK00.060.330.08
HSL48.46º66.1%76.86%-
HSV(B)48.46º33.19%92.16%-
XYZ65.9471.2842.18-
YUV217.393.97140.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 157 (61.72% from 255) = 25.65%
R=38.40%
G=35.95%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522015700.060.330.0848.4666.176.86
HexEBDC9D0621830424d
Octal35333423506411060102115
Binary1110101111011100100111010110100001100011000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC9D; }

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

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

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

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

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

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

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

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