#E8D4AE

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

Shades of Givry #E8D4AE

Tints of Givry #E8D4AE

Color information

#E8D4AE (or 0xE8D4AE) is unknown color: approx Givry. HEX triplet: E8, D4 and AE. RGB value is (232,212,174). Sum of RGB (Red+Green+Blue) = 232+212+174=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D4AE is #172B51. Grayscale: #D5D5D5. Windows color (decimal): -1518418 or 11457768. OLE color: 11457768.

HSL color Cylindrical-coordinate representation of color #E8D4AE: hue angle of 39.31º 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 #E8D4AE is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232212174-
CMYK00.090.250.09
HSL39.31º55.77%79.61%-
HSV(B)39.31º25%90.98%-
XYZ64.4667.349.64-
YUV213.65105.63141.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.54%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=37.54%
G=34.30%
B=28.16%

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
Decimal23221217400.090.250.0939.3155.7779.61
HexE8D4AE09199273850
Octal35032425601131114770120
Binary111010001101010010101110010011100110011001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D4AE; }

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

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

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

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

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

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

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

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