#E8825F

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

Shades of Crusta #E8825F

Tints of Crusta #E8825F

Color information

#E8825F (or 0xE8825F) is unknown color: approx Crusta. HEX triplet: E8, 82 and 5F. RGB value is (232,130,95). Sum of RGB (Red+Green+Blue) = 232+130+95=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8825F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8825F is #177DA0. Grayscale: #9C9C9C. Windows color (decimal): -1539489 or 6259432. OLE color: 6259432.

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

Color convert

RGB23213095-
CMYK00.440.590.09
HSL15.33º74.86%64.12%-
HSV(B)15.33º59.05%90.98%-
XYZ43.3333.9515.1-
YUV156.5193.29181.85-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=50.77%
G=28.45%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321309500.440.590.0915.3374.8664.12
HexE8825F02C3B9f4b40
Octal350202137054731117113100
Binary1110100010000010101111101011001110111001111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8825F; }

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

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

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

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

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

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

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

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