#E3D29F

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

Shades of Hampton #E3D29F

Tints of Hampton #E3D29F

Color information

#E3D29F (or 0xE3D29F) is unknown color: approx Hampton. HEX triplet: E3, D2 and 9F. RGB value is (227,210,159). Sum of RGB (Red+Green+Blue) = 227+210+159=596 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.09% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D29F is #1C2D60. Grayscale: #D1D1D1. Windows color (decimal): -1846625 or 10474211. OLE color: 10474211.

HSL color Cylindrical-coordinate representation of color #E3D29F: hue angle of 45º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3D29F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB227210159-
CMYK00.070.300.11
HSL45º54.84%75.69%-
HSV(B)45º29.96%89.02%-
XYZ60.9864.9342.12-
YUV209.2799.63140.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.09%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 159 (62.5% from 255) = 26.68%
R=38.09%
G=35.23%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721015900.070.300.114554.8475.69
HexE3D29F071EB2d374c
Octal3433222370736135567114
Binary11100011110100101001111101111111010111011011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D29F; }

 p { color: rgb(227,210,159); }

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

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

 a { background-color: rgb(227,210,159); }

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

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

 span { border-color: rgb(227,210,159); }

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