#E8D3AE

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

Shades of Givry #E8D3AE

Tints of Givry #E8D3AE

Color information

#E8D3AE (or 0xE8D3AE) is unknown color: approx Givry. HEX triplet: E8, D3 and AE. RGB value is (232,211,174). Sum of RGB (Red+Green+Blue) = 232+211+174=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D3AE is #172C51. Grayscale: #D5D5D5. Windows color (decimal): -1518674 or 11457512. OLE color: 11457512.

HSL color Cylindrical-coordinate representation of color #E8D3AE: hue angle of 38.28º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8D3AE is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232211174-
CMYK00.090.250.09
HSL38.28º55.77%79.61%-
HSV(B)38.28º25%90.98%-
XYZ64.2166.849.55-
YUV213.06105.96141.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.60%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=37.60%
G=34.20%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221117400.090.250.0938.2855.7779.61
HexE8D3AE09199263850
Octal35032325601131114670120
Binary111010001101001110101110010011100110011001101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D3AE; }

 p { color: rgb(232,211,174); }

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

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

 a { background-color: rgb(232,211,174); }

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

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

 span { border-color: rgb(232,211,174); }

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