#E0BDAB

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

Shades of Just Right #E0BDAB

Tints of Just Right #E0BDAB

Color information

#E0BDAB (or 0xE0BDAB) is unknown color: approx Just Right. HEX triplet: E0, BD and AB. RGB value is (224,189,171). Sum of RGB (Red+Green+Blue) = 224+189+171=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDAB is #1F4254. Grayscale: #C5C5C5. Windows color (decimal): -2048597 or 11255264. OLE color: 11255264.

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

Color convert

RGB224189171-
CMYK00.160.240.12
HSL20.38º46.09%77.45%-
HSV(B)20.38º23.66%87.84%-
XYZ56.2955.1846.21-
YUV197.41113.1146.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=38.36%
G=32.36%
B=29.28%

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
Decimal22418917100.160.240.1220.3846.0977.45
HexE0BDAB01018C142e4d
Octal34027525302030142456115
Binary111000001011110110101011010000110001100101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDAB; }

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

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

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

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

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

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

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

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