#E6D69F

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

Shades of Hampton #E6D69F

Tints of Hampton #E6D69F

Color information

#E6D69F (or 0xE6D69F) is unknown color: approx Hampton. HEX triplet: E6, D6 and 9F. RGB value is (230,214,159). Sum of RGB (Red+Green+Blue) = 230+214+159=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D69F is #192960. Grayscale: #D4D4D4. Windows color (decimal): -1648993 or 10475238. OLE color: 10475238.

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

Color convert

RGB230214159-
CMYK00.070.310.10
HSL46.48º58.68%76.27%-
HSV(B)46.48º30.87%90.2%-
XYZ62.9467.4242.5-
YUV212.5197.8140.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=38.14%
G=35.49%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021415900.070.310.1046.4858.6876.27
HexE6D69F071FA2e3b4c
Octal3463262370737125673114
Binary11100110110101101001111101111111110101011101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D69F; }

 p { color: rgb(230,214,159); }

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

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

 a { background-color: rgb(230,214,159); }

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

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

 span { border-color: rgb(230,214,159); }

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