#E2CDA9

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

Shades of Givry #E2CDA9

Tints of Givry #E2CDA9

Color information

#E2CDA9 (or 0xE2CDA9) is unknown color: approx Givry. HEX triplet: E2, CD and A9. RGB value is (226,205,169). Sum of RGB (Red+Green+Blue) = 226+205+169=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CDA9 is #1D3256. Grayscale: #CFCFCF. Windows color (decimal): -1913431 or 11128290. OLE color: 11128290.

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

Color convert

RGB226205169-
CMYK00.090.250.11
HSL37.89º49.57%77.45%-
HSV(B)37.89º25.22%88.63%-
XYZ60.3662.746.46-
YUV207.18106.46141.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 169 (66.41% from 255) = 28.17%
R=37.67%
G=34.17%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620516900.090.250.1137.8949.5777.45
HexE2CDA90919B26324d
Octal34231525101131134662115
Binary111000101100110110101001010011100110111001101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDA9; }

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

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

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

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

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

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

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

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