#E3CDAE

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

Shades of Givry #E3CDAE

Tints of Givry #E3CDAE

Color information

#E3CDAE (or 0xE3CDAE) is unknown color: approx Givry. HEX triplet: E3, CD and AE. RGB value is (227,205,174). Sum of RGB (Red+Green+Blue) = 227+205+174=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CDAE is #1C3251. Grayscale: #D0D0D0. Windows color (decimal): -1847890 or 11455971. OLE color: 11455971.

HSL color Cylindrical-coordinate representation of color #E3CDAE: hue angle of 35.09º 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 #E3CDAE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227205174-
CMYK00.100.230.11
HSL35.09º48.62%78.63%-
HSV(B)35.09º23.35%89.02%-
XYZ61.1563.0548.99-
YUV208.04108.79141.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.46%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=37.46%
G=33.83%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720517400.100.230.1135.0948.6278.63
HexE3CDAE0A17B23314f
Octal34331525601227134361117
Binary111000111100110110101110010101011110111000111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CDAE; }

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

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

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

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

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

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

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

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