#E1BCAA

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

Shades of Just Right #E1BCAA

Tints of Just Right #E1BCAA

Color information

#E1BCAA (or 0xE1BCAA) is unknown color: approx Just Right. HEX triplet: E1, BC and AA. RGB value is (225,188,170). Sum of RGB (Red+Green+Blue) = 225+188+170=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAA is #1E4355. Grayscale: #C5C5C5. Windows color (decimal): -1983318 or 11189473. OLE color: 11189473.

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

Color convert

RGB225188170-
CMYK00.160.240.12
HSL19.64º47.83%77.45%-
HSV(B)19.64º24.44%88.24%-
XYZ56.2954.8845.66-
YUV197.01112.76147.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=38.59%
G=32.25%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518817000.160.240.1219.6447.8377.45
HexE1BCAA01018C14304d
Octal34127425202030142460115
Binary111000011011110010101010010000110001100101001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCAA; }

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

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

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

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

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

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

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

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