#E5825A

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

Shades of Crusta #E5825A

Tints of Crusta #E5825A

Color information

#E5825A (or 0xE5825A) is unknown color: approx Crusta. HEX triplet: E5, 82 and 5A. RGB value is (229,130,90). Sum of RGB (Red+Green+Blue) = 229+130+90=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5825A is #1A7DA5. Grayscale: #9B9B9B. Windows color (decimal): -1736102 or 5931749. OLE color: 5931749.

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

Color convert

RGB22913090-
CMYK00.430.610.10
HSL17.27º72.77%62.55%-
HSV(B)17.27º60.7%89.8%-
XYZ42.1433.3613.89-
YUV155.0491.3180.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=51.00%
G=28.95%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291309000.430.610.1017.2772.7762.55
HexE5825A02B3DA11493f
Octal34520213205375122111177
Binary1110010110000010101101001010111111011010100011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5825A; }

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

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

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

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

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

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

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

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