#E0BDAE

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

Shades of Just Right #E0BDAE

Tints of Just Right #E0BDAE

Color information

#E0BDAE (or 0xE0BDAE) is unknown color: approx Just Right. HEX triplet: E0, BD and AE. RGB value is (224,189,174). Sum of RGB (Red+Green+Blue) = 224+189+174=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BDAE is #1F4251. Grayscale: #C5C5C5. Windows color (decimal): -2048594 or 11451872. OLE color: 11451872.

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

Color convert

RGB224189174-
CMYK00.160.220.12
HSL18º44.64%78.04%-
HSV(B)18º22.32%87.84%-
XYZ56.5855.347.74-
YUV197.76114.6146.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=38.16%
G=32.20%
B=29.64%

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
Decimal22418917400.160.220.121844.6478.04
HexE0BDAE01016C122d4e
Octal34027525602026142255116
Binary111000001011110110101110010000101101100100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDAE; }

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

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

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

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

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

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

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

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