#E1BCAC

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

Shades of Just Right #E1BCAC

Tints of Just Right #E1BCAC

Color information

#E1BCAC (or 0xE1BCAC) is unknown color: approx Just Right. HEX triplet: E1, BC and AC. RGB value is (225,188,172). Sum of RGB (Red+Green+Blue) = 225+188+172=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAC is #1E4353. Grayscale: #C5C5C5. Windows color (decimal): -1983316 or 11320545. OLE color: 11320545.

HSL color Cylindrical-coordinate representation of color #E1BCAC: hue angle of 18.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1BCAC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225188172-
CMYK00.160.240.12
HSL18.11º46.9%77.84%-
HSV(B)18.11º23.56%88.24%-
XYZ56.4854.9546.66-
YUV197.24113.76147.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=38.46%
G=32.14%
B=29.40%

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
Decimal22518817200.160.240.1218.1146.977.84
HexE1BCAC01018C122f4e
Octal34127425402030142257116
Binary111000011011110010101100010000110001100100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BCAC; }

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

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

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

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

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

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

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

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