#e5c2aa

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

Shades of Just Right #E5C2AA

Tints of Just Right #E5C2AA

Color information

#E5C2AA (or 0xE5C2AA) is unknown color: approx Just Right. HEX triplet: E5, C2 and AA. RGB value is (229,194,170). Sum of RGB (Red+Green+Blue) = 229+194+170=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C2AA is #1A3D55. Grayscale: #C9C9C9. Windows color (decimal): -1719638 or 11191013. OLE color: 11191013.

HSL color Cylindrical-coordinate representation of color #E5C2AA: hue angle of 24.41º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5C2AA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229194170-
CMYK00.150.260.10
HSL24.41º53.15%78.24%-
HSV(B)24.41º25.76%89.8%-
XYZ58.8658.1446.15-
YUV201.73110.1147.45-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=38.62%
G=32.72%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919417000.150.260.1024.4153.1578.24
HexE5C2AA0F1AA18354e
Octal34530225201732123065116
Binary11100101110000101010101001111110101010110001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5c2aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5c2aa; }

 p { color: rgb(229,194,170); }

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

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

 a { background-color: rgb(229,194,170); }

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

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

 span { border-color: rgb(229,194,170); }

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