#E1CEAC

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

Shades of Givry #E1CEAC

Tints of Givry #E1CEAC

Color information

#E1CEAC (or 0xE1CEAC) is unknown color: approx Givry. HEX triplet: E1, CE and AC. RGB value is (225,206,172). Sum of RGB (Red+Green+Blue) = 225+206+172=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAC is #1E3153. Grayscale: #CFCFCF. Windows color (decimal): -1978708 or 11325153. OLE color: 11325153.

HSL color Cylindrical-coordinate representation of color #E1CEAC: hue angle of 38.49º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CEAC is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225206172-
CMYK00.080.240.12
HSL38.49º46.9%77.84%-
HSV(B)38.49º23.56%88.24%-
XYZ60.5763.1348.02-
YUV207.8107.79140.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=37.31%
G=34.16%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520617200.080.240.1238.4946.977.84
HexE1CEAC0818C262f4e
Octal34131625401030144657116
Binary111000011100111010101100010001100011001001101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEAC; }

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

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

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

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

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

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

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

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