#E8D1AD

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

Shades of Givry #E8D1AD

Tints of Givry #E8D1AD

Color information

#E8D1AD (or 0xE8D1AD) is unknown color: approx Givry. HEX triplet: E8, D1 and AD. RGB value is (232,209,173). Sum of RGB (Red+Green+Blue) = 232+209+173=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8D1AD is #172E52. Grayscale: #D3D3D3. Windows color (decimal): -1519187 or 11391464. OLE color: 11391464.

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

Color convert

RGB232209173-
CMYK00.100.250.09
HSL36.61º56.19%79.41%-
HSV(B)36.61º25.43%90.98%-
XYZ63.6265.7748.88-
YUV211.77106.12142.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 173 (67.97% from 255) = 28.18%
R=37.79%
G=34.04%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220917300.100.250.0936.6156.1979.41
HexE8D1AD0A19925384f
Octal35032125501231114570117
Binary111010001101000110101101010101100110011001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D1AD; }

 p { color: rgb(232,209,173); }

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

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

 a { background-color: rgb(232,209,173); }

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

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

 span { border-color: rgb(232,209,173); }

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