#E1BDAC

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

Shades of Just Right #E1BDAC

Tints of Just Right #E1BDAC

Color information

#E1BDAC (or 0xE1BDAC) is unknown color: approx Just Right. HEX triplet: E1, BD and AC. RGB value is (225,189,172). Sum of RGB (Red+Green+Blue) = 225+189+172=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAC is #1E4253. Grayscale: #C5C5C5. Windows color (decimal): -1983060 or 11320801. OLE color: 11320801.

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

Color convert

RGB225189172-
CMYK00.160.240.12
HSL19.25º46.9%77.84%-
HSV(B)19.25º23.56%88.24%-
XYZ56.755.3846.73-
YUV197.83113.43147.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.40%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=38.40%
G=32.25%
B=29.35%

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
Decimal22518917200.160.240.1219.2546.977.84
HexE1BDAC01018C132f4e
Octal34127525402030142357116
Binary111000011011110110101100010000110001100100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDAC; }

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

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

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

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

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

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

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

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