#E2CDAE

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

Shades of Givry #E2CDAE

Tints of Givry #E2CDAE

Color information

#E2CDAE (or 0xE2CDAE) is unknown color: approx Givry. HEX triplet: E2, CD and AE. RGB value is (226,205,174). Sum of RGB (Red+Green+Blue) = 226+205+174=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDAE is #1D3251. Grayscale: #CFCFCF. Windows color (decimal): -1913426 or 11455970. OLE color: 11455970.

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

Color convert

RGB226205174-
CMYK00.090.230.11
HSL35.77º47.27%78.43%-
HSV(B)35.77º23.01%88.63%-
XYZ60.8462.8948.98-
YUV207.74108.96141.02-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.36%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=37.36%
G=33.88%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620517400.090.230.1135.7747.2778.43
HexE2CDAE0917B242f4e
Octal34231525601127134457116
Binary111000101100110110101110010011011110111001001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDAE; }

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

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

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

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

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

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

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

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