#e7d69b

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

Shades of Hampton #E7D69B

Tints of Hampton #E7D69B

Color information

#E7D69B (or 0xE7D69B) is unknown color: approx Hampton. HEX triplet: E7, D6 and 9B. RGB value is (231,214,155). Sum of RGB (Red+Green+Blue) = 231+214+155=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D69B is #182964. Grayscale: #D4D4D4. Windows color (decimal): -1583461 or 10213095. OLE color: 10213095.

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

Color convert

RGB231214155-
CMYK00.070.330.09
HSL46.58º61.29%75.69%-
HSV(B)46.58º32.9%90.59%-
XYZ62.9267.4540.71-
YUV212.3695.63141.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 155 (60.94% from 255) = 25.83%
R=38.5%
G=35.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121415500.070.330.0946.5861.2975.69
HexE7D69B072192f3d4c
Octal3473262330741115775114
Binary111001111101011010011011011110000110011011111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d69b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d69b; }

 p { color: rgb(231,214,155); }

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

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

 a { background-color: rgb(231,214,155); }

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

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

 span { border-color: rgb(231,214,155); }

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