#E48555

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

Shades of Crusta #E48555

Tints of Crusta #E48555

Color information

#E48555 (or 0xE48555) is unknown color: approx Crusta. HEX triplet: E4, 85 and 55. RGB value is (228,133,85). Sum of RGB (Red+Green+Blue) = 228+133+85=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E48555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48555 is #1B7AAA. Grayscale: #9C9C9C. Windows color (decimal): -1800875 or 5604836. OLE color: 5604836.

HSL color Cylindrical-coordinate representation of color #E48555: hue angle of 20.14º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E48555 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22813385-
CMYK00.420.630.11
HSL20.14º72.59%61.37%-
HSV(B)20.14º62.72%89.41%-
XYZ42.0233.9212.93-
YUV155.9387.97179.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.12%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=51.12%
G=29.82%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281338500.420.630.1120.1472.5961.37
HexE4855502A3FB14493d
Octal34420512505277132411175
Binary1110010010000101101010101010101111111011101001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48555; }

 p { color: rgb(228,133,85); }

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

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

 a { background-color: rgb(228,133,85); }

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

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

 span { border-color: rgb(228,133,85); }

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