#E1C1AE

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

Shades of Just Right #E1C1AE

Tints of Just Right #E1C1AE

Color information

#E1C1AE (or 0xE1C1AE) is unknown color: approx Just Right. HEX triplet: E1, C1 and AE. RGB value is (225,193,174). Sum of RGB (Red+Green+Blue) = 225+193+174=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C1AE is #1E3E51. Grayscale: #C8C8C8. Windows color (decimal): -1982034 or 11452897. OLE color: 11452897.

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

Color convert

RGB225193174-
CMYK00.140.230.12
HSL22.35º45.95%78.24%-
HSV(B)22.35º22.67%88.24%-
XYZ57.7657.248.04-
YUV200.4113.1145.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.01%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 174 (68.36% from 255) = 29.39%
R=38.01%
G=32.60%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519317400.140.230.1222.3545.9578.24
HexE1C1AE0E17C162e4e
Octal34130125601627142656116
Binary11100001110000011010111001110101111100101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C1AE; }

 p { color: rgb(225,193,174); }

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

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

 a { background-color: rgb(225,193,174); }

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

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

 span { border-color: rgb(225,193,174); }

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