#E0C3AE

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

Shades of Just Right #E0C3AE

Tints of Just Right #E0C3AE

Color information

#E0C3AE (or 0xE0C3AE) is unknown color: approx Just Right. HEX triplet: E0, C3 and AE. RGB value is (224,195,174). Sum of RGB (Red+Green+Blue) = 224+195+174=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 195 (76.56% from 255 or 32.88% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C3AE is #1F3C51. Grayscale: #C9C9C9. Windows color (decimal): -2047058 or 11453408. OLE color: 11453408.

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

Color convert

RGB224195174-
CMYK00.130.220.12
HSL25.2º44.64%78.04%-
HSV(B)25.2º22.32%87.84%-
XYZ57.957.9348.18-
YUV201.28112.61144.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.77%
GREEN value IS 195 (76.56% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=37.77%
G=32.88%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419517400.130.220.1225.244.6478.04
HexE0C3AE0D16C192d4e
Octal34030325601526143155116
Binary11100000110000111010111001101101101100110011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C3AE; }

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

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

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

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

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

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

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

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