#E8D69E

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

Shades of Hampton #E8D69E

Tints of Hampton #E8D69E

Color information

#E8D69E (or 0xE8D69E) is unknown color: approx Hampton. HEX triplet: E8, D6 and 9E. RGB value is (232,214,158). Sum of RGB (Red+Green+Blue) = 232+214+158=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D69E is #172961. Grayscale: #D5D5D5. Windows color (decimal): -1517922 or 10409704. OLE color: 10409704.

HSL color Cylindrical-coordinate representation of color #E8D69E: hue angle of 45.41º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8D69E is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232214158-
CMYK00.080.320.09
HSL45.41º61.67%76.47%-
HSV(B)45.41º31.9%90.98%-
XYZ63.567.7242.07-
YUV21396.96141.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 26.16%
R=38.41%
G=35.43%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221415800.080.320.0945.4161.6776.47
HexE8D69E082092d3e4c
Octal35032623601040115576114
Binary1110100011010110100111100100010000010011011011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D69E; }

 p { color: rgb(232,214,158); }

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

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

 a { background-color: rgb(232,214,158); }

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

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

 span { border-color: rgb(232,214,158); }

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