#E0BDAA

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

Shades of Just Right #E0BDAA

Tints of Just Right #E0BDAA

Color information

#E0BDAA (or 0xE0BDAA) is unknown color: approx Just Right. HEX triplet: E0, BD and AA. RGB value is (224,189,170). Sum of RGB (Red+Green+Blue) = 224+189+170=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDAA is #1F4255. Grayscale: #C5C5C5. Windows color (decimal): -2048598 or 11189728. OLE color: 11189728.

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

Color convert

RGB224189170-
CMYK00.160.240.12
HSL21.11º46.55%77.25%-
HSV(B)21.11º24.11%87.84%-
XYZ56.1955.1445.71-
YUV197.3112.6147.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 189 (74.22% from 255) = 32.42%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=38.42%
G=32.42%
B=29.16%

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
Decimal22418917000.160.240.1221.1146.5577.25
HexE0BDAA01018C152f4d
Octal34027525202030142557115
Binary111000001011110110101010010000110001100101011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDAA; }

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

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

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

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

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

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

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

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