#E3D0AE

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

Shades of Givry #E3D0AE

Tints of Givry #E3D0AE

Color information

#E3D0AE (or 0xE3D0AE) is unknown color: approx Givry. HEX triplet: E3, D0 and AE. RGB value is (227,208,174). Sum of RGB (Red+Green+Blue) = 227+208+174=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D0AE is #1C2F51. Grayscale: #D1D1D1. Windows color (decimal): -1847122 or 11456739. OLE color: 11456739.

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

Color convert

RGB227208174-
CMYK00.080.230.11
HSL38.49º48.62%78.63%-
HSV(B)38.49º23.35%89.02%-
XYZ61.8764.549.23-
YUV209.8107.79140.26-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.27%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=37.27%
G=34.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720817400.080.230.1138.4948.6278.63
HexE3D0AE0817B26314f
Octal34332025601027134661117
Binary111000111101000010101110010001011110111001101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0AE; }

 p { color: rgb(227,208,174); }

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

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

 a { background-color: rgb(227,208,174); }

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

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

 span { border-color: rgb(227,208,174); }

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