#E98050

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

Shades of Crusta #E98050

Tints of Crusta #E98050

Color information

#E98050 (or 0xE98050) is unknown color: approx Crusta. HEX triplet: E9, 80 and 50. RGB value is (233,128,80). Sum of RGB (Red+Green+Blue) = 233+128+80=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E98050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98050 is #167FAF. Grayscale: #9A9A9A. Windows color (decimal): -1474480 or 5275881. OLE color: 5275881.

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

Color convert

RGB23312880-
CMYK00.450.660.09
HSL18.82º77.66%61.37%-
HSV(B)18.82º65.67%91.37%-
XYZ42.7733.3411.77-
YUV153.9286.29184.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=52.83%
G=29.02%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331288000.450.660.0918.8277.6661.37
HexE9805002D429134e3d
Octal351200120055102112311675
Binary11101001100000001010000010110110000101001100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98050; }

 p { color: rgb(233,128,80); }

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

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

 a { background-color: rgb(233,128,80); }

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

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

 span { border-color: rgb(233,128,80); }

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