#E2BFAB

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

Shades of Just Right #E2BFAB

Tints of Just Right #E2BFAB

Color information

#E2BFAB (or 0xE2BFAB) is unknown color: approx Just Right. HEX triplet: E2, BF and AB. RGB value is (226,191,171). Sum of RGB (Red+Green+Blue) = 226+191+171=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BFAB is #1D4054. Grayscale: #C7C7C7. Windows color (decimal): -1917013 or 11255778. OLE color: 11255778.

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

Color convert

RGB226191171-
CMYK00.150.240.11
HSL21.82º48.67%77.84%-
HSV(B)21.82º24.34%88.63%-
XYZ57.3556.3746.39-
YUV199.18112.1147.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=38.44%
G=32.48%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619117100.150.240.1121.8248.6777.84
HexE2BFAB0F18B16314e
Octal34227725301730132661116
Binary11100010101111111010101101111110001011101101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFAB; }

 p { color: rgb(226,191,171); }

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

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

 a { background-color: rgb(226,191,171); }

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

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

 span { border-color: rgb(226,191,171); }

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