#E4BFAA

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

Shades of Just Right #E4BFAA

Tints of Just Right #E4BFAA

Color information

#E4BFAA (or 0xE4BFAA) is unknown color: approx Just Right. HEX triplet: E4, BF and AA. RGB value is (228,191,170). Sum of RGB (Red+Green+Blue) = 228+191+170=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BFAA is #1B4055. Grayscale: #C7C7C7. Windows color (decimal): -1785942 or 11190244. OLE color: 11190244.

HSL color Cylindrical-coordinate representation of color #E4BFAA: hue angle of 21.72º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BFAA is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228191170-
CMYK00.160.250.11
HSL21.72º51.79%78.04%-
HSV(B)21.72º25.44%89.41%-
XYZ57.8856.6645.92-
YUV199.67111.26148.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.71%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=38.71%
G=32.43%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819117000.160.250.1121.7251.7978.04
HexE4BFAA01019B16344e
Octal34427725202031132664116
Binary111001001011111110101010010000110011011101101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFAA; }

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

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

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

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

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

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

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

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