#E7CDA9

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

Shades of Givry #E7CDA9

Tints of Givry #E7CDA9

Color information

#E7CDA9 (or 0xE7CDA9) is unknown color: approx Givry. HEX triplet: E7, CD and A9. RGB value is (231,205,169). Sum of RGB (Red+Green+Blue) = 231+205+169=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDA9 is #183256. Grayscale: #D0D0D0. Windows color (decimal): -1585751 or 11128295. OLE color: 11128295.

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

Color convert

RGB231205169-
CMYK00.110.270.09
HSL34.84º56.36%78.43%-
HSV(B)34.84º26.84%90.59%-
XYZ61.9563.5246.53-
YUV208.67105.61143.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 169 (66.41% from 255) = 27.93%
R=38.18%
G=33.88%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120516900.110.270.0934.8456.3678.43
HexE7CDA90B1B923384e
Octal34731525101333114370116
Binary111001111100110110101001010111101110011000111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDA9; }

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

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

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

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

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

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

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

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