#E0BDAC

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

Shades of Just Right #E0BDAC

Tints of Just Right #E0BDAC

Color information

#E0BDAC (or 0xE0BDAC) is unknown color: approx Just Right. HEX triplet: E0, BD and AC. RGB value is (224,189,172). Sum of RGB (Red+Green+Blue) = 224+189+172=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDAC is #1F4253. Grayscale: #C5C5C5. Windows color (decimal): -2048596 or 11320800. OLE color: 11320800.

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

Color convert

RGB224189172-
CMYK00.160.230.12
HSL19.62º45.61%77.65%-
HSV(B)19.62º23.21%87.84%-
XYZ56.3855.2246.72-
YUV197.53113.6146.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=38.29%
G=32.31%
B=29.40%

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
Decimal22418917200.160.230.1219.6245.6177.65
HexE0BDAC01017C142e4e
Octal34027525402027142456116
Binary111000001011110110101100010000101111100101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDAC; }

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

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

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

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

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

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

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

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