#E8825A

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

Shades of Crusta #E8825A

Tints of Crusta #E8825A

Color information

#E8825A (or 0xE8825A) is unknown color: approx Crusta. HEX triplet: E8, 82 and 5A. RGB value is (232,130,90). Sum of RGB (Red+Green+Blue) = 232+130+90=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8825A is #177DA5. Grayscale: #9C9C9C. Windows color (decimal): -1539494 or 5931752. OLE color: 5931752.

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

Color convert

RGB23213090-
CMYK00.440.610.09
HSL16.9º75.53%63.14%-
HSV(B)16.9º61.21%90.98%-
XYZ43.1133.8613.94-
YUV155.9490.79182.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.33%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 90 (35.55% from 255) = 19.91%
R=51.33%
G=28.76%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321309000.440.610.0916.975.5363.14
HexE8825A02C3D9114c3f
Octal35020213205475112111477
Binary1110100010000010101101001011001111011001100011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8825A; }

 p { color: rgb(232,130,90); }

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

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

 a { background-color: rgb(232,130,90); }

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

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

 span { border-color: rgb(232,130,90); }

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