#E8D5B4

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

Shades of Givry #E8D5B4

Tints of Givry #E8D5B4

Color information

#E8D5B4 (or 0xE8D5B4) is unknown color: approx Givry. HEX triplet: E8, D5 and B4. RGB value is (232,213,180). Sum of RGB (Red+Green+Blue) = 232+213+180=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5B4 is #172A4B. Grayscale: #D7D7D7. Windows color (decimal): -1518156 or 11851240. OLE color: 11851240.

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

Color convert

RGB232213180-
CMYK00.080.220.09
HSL38.08º53.06%80.78%-
HSV(B)38.08º22.41%90.98%-
XYZ65.3168.0452.87-
YUV214.92108.29140.18-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=37.12%
G=34.08%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221318000.080.220.0938.0853.0680.78
HexE8D5B408169263551
Octal35032526401026114665121
Binary111010001101010110110100010001011010011001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5B4; }

 p { color: rgb(232,213,180); }

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

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

 a { background-color: rgb(232,213,180); }

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

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

 span { border-color: rgb(232,213,180); }

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