#E2BAA9

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

Shades of Just Right #E2BAA9

Tints of Just Right #E2BAA9

Color information

#E2BAA9 (or 0xE2BAA9) is unknown color: approx Just Right. HEX triplet: E2, BA and A9. RGB value is (226,186,169). Sum of RGB (Red+Green+Blue) = 226+186+169=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 169 (66.41% from 255 or 29.09% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAA9 is #1D4556. Grayscale: #C4C4C4. Windows color (decimal): -1918295 or 11123426. OLE color: 11123426.

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

Color convert

RGB226186169-
CMYK00.180.250.11
HSL17.89º49.57%77.45%-
HSV(B)17.89º25.22%88.63%-
XYZ56.0854.1545.03-
YUV196.02112.75149.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 169 (66.41% from 255) = 29.09%
R=38.90%
G=32.01%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618616900.180.250.1117.8949.5777.45
HexE2BAA901219B12324d
Octal34227225102231132262115
Binary111000101011101010101001010010110011011100101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAA9; }

 p { color: rgb(226,186,169); }

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

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

 a { background-color: rgb(226,186,169); }

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

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

 span { border-color: rgb(226,186,169); }

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