#E7CCAC

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

Shades of Givry #E7CCAC

Tints of Givry #E7CCAC

Color information

#E7CCAC (or 0xE7CCAC) is unknown color: approx Givry. HEX triplet: E7, CC and AC. RGB value is (231,204,172). Sum of RGB (Red+Green+Blue) = 231+204+172=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CCAC is #183353. Grayscale: #D0D0D0. Windows color (decimal): -1586004 or 11324647. OLE color: 11324647.

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

Color convert

RGB231204172-
CMYK00.120.260.09
HSL32.54º55.14%79.02%-
HSV(B)32.54º25.54%90.59%-
XYZ61.9963.1547.95-
YUV208.42107.45144.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=38.06%
G=33.61%
B=28.34%

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
Decimal23120417200.120.260.0932.5455.1479.02
HexE7CCAC0C1A921374f
Octal34731425401432114167117
Binary111001111100110010101100011001101010011000011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCAC; }

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

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

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

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

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

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

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

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