#E1BFAA

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

Shades of Just Right #E1BFAA

Tints of Just Right #E1BFAA

Color information

#E1BFAA (or 0xE1BFAA) is unknown color: approx Just Right. HEX triplet: E1, BF and AA. RGB value is (225,191,170). Sum of RGB (Red+Green+Blue) = 225+191+170=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFAA is #1E4055. Grayscale: #C6C6C6. Windows color (decimal): -1982550 or 11190241. OLE color: 11190241.

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

Color convert

RGB225191170-
CMYK00.150.240.12
HSL22.91º47.83%77.45%-
HSV(B)22.91º24.44%88.24%-
XYZ56.9456.1745.87-
YUV198.77111.76146.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=38.40%
G=32.59%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519117000.150.240.1222.9147.8377.45
HexE1BFAA0F18C17304d
Octal34127725201730142760115
Binary11100001101111111010101001111110001100101111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFAA; }

 p { color: rgb(225,191,170); }

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

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

 a { background-color: rgb(225,191,170); }

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

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

 span { border-color: rgb(225,191,170); }

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