#E1BDAE

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

Shades of Just Right #E1BDAE

Tints of Just Right #E1BDAE

Color information

#E1BDAE (or 0xE1BDAE) is unknown color: approx Just Right. HEX triplet: E1, BD and AE. RGB value is (225,189,174). Sum of RGB (Red+Green+Blue) = 225+189+174=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAE is #1E4251. Grayscale: #C6C6C6. Windows color (decimal): -1983058 or 11451873. OLE color: 11451873.

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

Color convert

RGB225189174-
CMYK00.160.230.12
HSL17.65º45.95%78.24%-
HSV(B)17.65º22.67%88.24%-
XYZ56.8955.4647.75-
YUV198.05114.43147.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=38.27%
G=32.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518917400.160.230.1217.6545.9578.24
HexE1BDAE01017C122e4e
Octal34127525602027142256116
Binary111000011011110110101110010000101111100100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDAE; }

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

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

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

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

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

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

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

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