#E7CEAC

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

Shades of Givry #E7CEAC

Tints of Givry #E7CEAC

Color information

#E7CEAC (or 0xE7CEAC) is unknown color: approx Givry. HEX triplet: E7, CE and AC. RGB value is (231,206,172). Sum of RGB (Red+Green+Blue) = 231+206+172=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CEAC is #183153. Grayscale: #D1D1D1. Windows color (decimal): -1585492 or 11325159. OLE color: 11325159.

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

Color convert

RGB231206172-
CMYK00.110.260.09
HSL34.58º55.14%79.02%-
HSV(B)34.58º25.54%90.59%-
XYZ62.4764.1148.11-
YUV209.6106.78143.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=37.93%
G=33.83%
B=28.24%

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
Decimal23120617200.110.260.0934.5855.1479.02
HexE7CEAC0B1A923374f
Octal34731625401332114367117
Binary111001111100111010101100010111101010011000111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEAC; }

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

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

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

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

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

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

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

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