#E1BDAB

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

Shades of Just Right #E1BDAB

Tints of Just Right #E1BDAB

Color information

#E1BDAB (or 0xE1BDAB) is unknown color: approx Just Right. HEX triplet: E1, BD and AB. RGB value is (225,189,171). Sum of RGB (Red+Green+Blue) = 225+189+171=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BDAB is #1E4254. Grayscale: #C5C5C5. Windows color (decimal): -1983061 or 11255265. OLE color: 11255265.

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

Color convert

RGB225189171-
CMYK00.160.240.12
HSL20º47.37%77.65%-
HSV(B)20º24%88.24%-
XYZ56.655.3446.23-
YUV197.71112.93147.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 171 (67.19% from 255) = 29.23%
R=38.46%
G=32.31%
B=29.23%

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
Decimal22518917100.160.240.122047.3777.65
HexE1BDAB01018C142f4e
Octal34127525302030142457116
Binary111000011011110110101011010000110001100101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BDAB; }

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

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

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

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

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

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

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

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