#E0BEAE

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

Shades of Just Right #E0BEAE

Tints of Just Right #E0BEAE

Color information

#E0BEAE (or 0xE0BEAE) is unknown color: approx Just Right. HEX triplet: E0, BE and AE. RGB value is (224,190,174). Sum of RGB (Red+Green+Blue) = 224+190+174=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BEAE is #1F4151. Grayscale: #C6C6C6. Windows color (decimal): -2048338 or 11452128. OLE color: 11452128.

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

Color convert

RGB224190174-
CMYK00.150.220.12
HSL19.2º44.64%78.04%-
HSV(B)19.2º22.32%87.84%-
XYZ56.7955.7347.81-
YUV198.34114.26146.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=38.10%
G=32.31%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419017400.150.220.1219.244.6478.04
HexE0BEAE0F16C132d4e
Octal34027625601726142355116
Binary11100000101111101010111001111101101100100111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEAE; }

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

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

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

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

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

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

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

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