#E6D89C

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

Shades of Hampton #E6D89C

Tints of Hampton #E6D89C

Color information

#E6D89C (or 0xE6D89C) is unknown color: approx Hampton. HEX triplet: E6, D8 and 9C. RGB value is (230,216,156). Sum of RGB (Red+Green+Blue) = 230+216+156=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D89C is #192763. Grayscale: #D5D5D5. Windows color (decimal): -1648484 or 10279142. OLE color: 10279142.

HSL color Cylindrical-coordinate representation of color #E6D89C: hue angle of 48.65º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D89C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230216156-
CMYK00.060.320.10
HSL48.65º59.68%75.69%-
HSV(B)48.65º32.17%90.2%-
XYZ63.1968.3441.31-
YUV213.3595.64139.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.21%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 156 (61.33% from 255) = 25.91%
R=38.21%
G=35.88%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021615600.060.320.1048.6559.6875.69
HexE6D89C0620A313c4c
Octal3463302340640126174114
Binary111001101101100010011100011010000010101100011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D89C; }

 p { color: rgb(230,216,156); }

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

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

 a { background-color: rgb(230,216,156); }

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

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

 span { border-color: rgb(230,216,156); }

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