#E7CCAA

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

Shades of Givry #E7CCAA

Tints of Givry #E7CCAA

Color information

#E7CCAA (or 0xE7CCAA) is unknown color: approx Givry. HEX triplet: E7, CC and AA. RGB value is (231,204,170). Sum of RGB (Red+Green+Blue) = 231+204+170=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CCAA is #183355. Grayscale: #D0D0D0. Windows color (decimal): -1586006 or 11193575. OLE color: 11193575.

HSL color Cylindrical-coordinate representation of color #E7CCAA: hue angle of 33.44º 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 #E7CCAA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231204170-
CMYK00.120.260.09
HSL33.44º55.96%78.63%-
HSV(B)33.44º26.41%90.59%-
XYZ61.863.0846.95-
YUV208.2106.45144.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=38.18%
G=33.72%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120417000.120.260.0933.4455.9678.63
HexE7CCAA0C1A921384f
Octal34731425201432114170117
Binary111001111100110010101010011001101010011000011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCAA; }

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

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

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

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

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

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

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

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