#E0BCAE

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

Shades of Just Right #E0BCAE

Tints of Just Right #E0BCAE

Color information

#E0BCAE (or 0xE0BCAE) is unknown color: approx Just Right. HEX triplet: E0, BC and AE. RGB value is (224,188,174). Sum of RGB (Red+Green+Blue) = 224+188+174=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BCAE is #1F4351. Grayscale: #C5C5C5. Windows color (decimal): -2048850 or 11451616. OLE color: 11451616.

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

Color convert

RGB224188174-
CMYK00.160.220.12
HSL16.8º44.64%78.04%-
HSV(B)16.8º22.32%87.84%-
XYZ56.3654.8747.66-
YUV197.17114.93147.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.23%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=38.23%
G=32.08%
B=29.69%

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
Decimal22418817400.160.220.1216.844.6478.04
HexE0BCAE01016C112d4e
Octal34027425602026142155116
Binary111000001011110010101110010000101101100100011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BCAE; }

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

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

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

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

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

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

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

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