#E1C2AF

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

Shades of Just Right #E1C2AF

Tints of Just Right #E1C2AF

Color information

#E1C2AF (or 0xE1C2AF) is unknown color: approx Just Right. HEX triplet: E1, C2 and AF. RGB value is (225,194,175). Sum of RGB (Red+Green+Blue) = 225+194+175=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C2AF is #1E3D50. Grayscale: #C9C9C9. Windows color (decimal): -1981777 or 11518689. OLE color: 11518689.

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

Color convert

RGB225194175-
CMYK00.140.220.12
HSL22.8º45.45%78.43%-
HSV(B)22.8º22.22%88.24%-
XYZ58.0857.6948.63-
YUV201.1113.27145.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 175 (68.75% from 255) = 29.46%
R=37.88%
G=32.66%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519417500.140.220.1222.845.4578.43
HexE1C2AF0E16C172d4e
Octal34130225701626142755116
Binary11100001110000101010111101110101101100101111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C2AF; }

 p { color: rgb(225,194,175); }

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

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

 a { background-color: rgb(225,194,175); }

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

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

 span { border-color: rgb(225,194,175); }

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