#E7CFAC

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

Shades of Givry #E7CFAC

Tints of Givry #E7CFAC

Color information

#E7CFAC (or 0xE7CFAC) is unknown color: approx Givry. HEX triplet: E7, CF and AC. RGB value is (231,207,172). Sum of RGB (Red+Green+Blue) = 231+207+172=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CFAC is #183053. Grayscale: #D2D2D2. Windows color (decimal): -1585236 or 11325415. OLE color: 11325415.

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

Color convert

RGB231207172-
CMYK00.100.260.09
HSL35.59º55.14%79.02%-
HSV(B)35.59º25.54%90.59%-
XYZ62.7164.5948.19-
YUV210.19106.45142.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=37.87%
G=33.93%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120717200.100.260.0935.5955.1479.02
HexE7CFAC0A1A924374f
Octal34731725401232114467117
Binary111001111100111110101100010101101010011001001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFAC; }

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

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

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

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

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

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

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

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