#E78054

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

Shades of Crusta #E78054

Tints of Crusta #E78054

Color information

#E78054 (or 0xE78054) is unknown color: approx Crusta. HEX triplet: E7, 80 and 54. RGB value is (231,128,84). Sum of RGB (Red+Green+Blue) = 231+128+84=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E78054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78054 is #187FAB. Grayscale: #9A9A9A. Windows color (decimal): -1605548 or 5538023. OLE color: 5538023.

HSL color Cylindrical-coordinate representation of color #E78054: hue angle of 17.96º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E78054 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB23112884-
CMYK00.450.640.09
HSL17.96º75.38%61.76%-
HSV(B)17.96º63.64%90.59%-
XYZ42.2733.0712.54-
YUV153.7888.62183.08-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=52.14%
G=28.89%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311288400.450.640.0917.9675.3861.76
HexE7805402D409124b3e
Octal347200124055100112211376
Binary11100111100000001010100010110110000001001100101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78054; }

 p { color: rgb(231,128,84); }

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

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

 a { background-color: rgb(231,128,84); }

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

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

 span { border-color: rgb(231,128,84); }

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