#E8D5B3

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

Shades of Givry #E8D5B3

Tints of Givry #E8D5B3

Color information

#E8D5B3 (or 0xE8D5B3) is unknown color: approx Givry. HEX triplet: E8, D5 and B3. RGB value is (232,213,179). Sum of RGB (Red+Green+Blue) = 232+213+179=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 179 (70.31% from 255 or 28.69% from 624); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D5B3 is #172A4C. Grayscale: #D6D6D6. Windows color (decimal): -1518157 or 11785704. OLE color: 11785704.

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

Color convert

RGB232213179-
CMYK00.080.230.09
HSL38.49º53.54%80.59%-
HSV(B)38.49º22.84%90.98%-
XYZ65.216852.34-
YUV214.8107.79140.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 179 (70.31% from 255) = 28.69%
R=37.18%
G=34.13%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221317900.080.230.0938.4953.5480.59
HexE8D5B308179263651
Octal35032526301027114666121
Binary111010001101010110110011010001011110011001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5B3; }

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

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

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

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

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

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

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

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