#E0BDAF

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

Shades of Just Right #E0BDAF

Tints of Just Right #E0BDAF

Color information

#E0BDAF (or 0xE0BDAF) is unknown color: approx Just Right. HEX triplet: E0, BD and AF. RGB value is (224,189,175). Sum of RGB (Red+Green+Blue) = 224+189+175=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDAF is #1F4250. Grayscale: #C5C5C5. Windows color (decimal): -2048593 or 11517408. OLE color: 11517408.

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

Color convert

RGB224189175-
CMYK00.160.220.12
HSL17.14º44.14%78.24%-
HSV(B)17.14º21.88%87.84%-
XYZ56.6855.3448.25-
YUV197.87115.1146.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=38.10%
G=32.14%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418917500.160.220.1217.1444.1478.24
HexE0BDAF01016C112c4e
Octal34027525702026142154116
Binary111000001011110110101111010000101101100100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDAF; }

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

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

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

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

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

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

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

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