#E0BAAB

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

Shades of Just Right #E0BAAB

Tints of Just Right #E0BAAB

Color information

#E0BAAB (or 0xE0BAAB) is unknown color: approx Just Right. HEX triplet: E0, BA and AB. RGB value is (224,186,171). Sum of RGB (Red+Green+Blue) = 224+186+171=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAAB is #1F4554. Grayscale: #C3C3C3. Windows color (decimal): -2049365 or 11254496. OLE color: 11254496.

HSL color Cylindrical-coordinate representation of color #E0BAAB: hue angle of 16.98º degrees, saturation: 0.46, 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 #E0BAAB is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224186171-
CMYK00.170.240.12
HSL16.98º46.09%77.45%-
HSV(B)16.98º23.66%87.84%-
XYZ55.6553.9146-
YUV195.65114.09148.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 29.43%
R=38.55%
G=32.01%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418617100.170.240.1216.9846.0977.45
HexE0BAAB01118C112e4d
Octal34027225302130142156115
Binary111000001011101010101011010001110001100100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAAB; }

 p { color: rgb(224,186,171); }

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

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

 a { background-color: rgb(224,186,171); }

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

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

 span { border-color: rgb(224,186,171); }

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