#E3CDAA

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

Shades of Givry #E3CDAA

Tints of Givry #E3CDAA

Color information

#E3CDAA (or 0xE3CDAA) is unknown color: approx Givry. HEX triplet: E3, CD and AA. RGB value is (227,205,170). Sum of RGB (Red+Green+Blue) = 227+205+170=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDAA is #1C3255. Grayscale: #CFCFCF. Windows color (decimal): -1847894 or 11193827. OLE color: 11193827.

HSL color Cylindrical-coordinate representation of color #E3CDAA: hue angle of 36.84º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3CDAA is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227205170-
CMYK00.100.250.11
HSL36.84º50.44%77.84%-
HSV(B)36.84º25.11%89.02%-
XYZ60.7762.946.97-
YUV207.59106.79141.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.71%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=37.71%
G=34.05%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720517000.100.250.1136.8450.4477.84
HexE3CDAA0A19B25324e
Octal34331525201231134562116
Binary111000111100110110101010010101100110111001011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDAA; }

 p { color: rgb(227,205,170); }

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

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

 a { background-color: rgb(227,205,170); }

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

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

 span { border-color: rgb(227,205,170); }

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