#E7CEAF

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

Shades of Givry #E7CEAF

Tints of Givry #E7CEAF

Color information

#E7CEAF (or 0xE7CEAF) is unknown color: approx Givry. HEX triplet: E7, CE and AF. RGB value is (231,206,175). Sum of RGB (Red+Green+Blue) = 231+206+175=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAF is #183150. Grayscale: #D2D2D2. Windows color (decimal): -1585489 or 11521767. OLE color: 11521767.

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

Color convert

RGB231206175-
CMYK00.110.240.09
HSL33.21º53.85%79.61%-
HSV(B)33.21º24.24%90.59%-
XYZ62.7664.2349.65-
YUV209.94108.28143.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=37.75%
G=33.66%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120617500.110.240.0933.2153.8579.61
HexE7CEAF0B189213650
Octal34731625701330114166120
Binary111001111100111010101111010111100010011000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEAF; }

 p { color: rgb(231,206,175); }

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

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

 a { background-color: rgb(231,206,175); }

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

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

 span { border-color: rgb(231,206,175); }

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