#E7CDAA

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

Shades of Givry #E7CDAA

Tints of Givry #E7CDAA

Color information

#E7CDAA (or 0xE7CDAA) is unknown color: approx Givry. HEX triplet: E7, CD and AA. RGB value is (231,205,170). Sum of RGB (Red+Green+Blue) = 231+205+170=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAA is #183255. Grayscale: #D0D0D0. Windows color (decimal): -1585750 or 11193831. OLE color: 11193831.

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

Color convert

RGB231205170-
CMYK00.110.260.09
HSL34.43º55.96%78.63%-
HSV(B)34.43º26.41%90.59%-
XYZ62.0463.5547.03-
YUV208.78106.11143.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=38.12%
G=33.83%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120517000.110.260.0934.4355.9678.63
HexE7CDAA0B1A922384f
Octal34731525201332114270117
Binary111001111100110110101010010111101010011000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDAA; }

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

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

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

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

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

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

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

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