#e28256

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

Shades of Crusta #E28256

Tints of Crusta #E28256

Color information

#E28256 (or 0xE28256) is unknown color: approx Crusta. HEX triplet: E2, 82 and 56. RGB value is (226,130,86). Sum of RGB (Red+Green+Blue) = 226+130+86=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E28256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28256 is #1D7DA9. Grayscale: #999999. Windows color (decimal): -1932714 or 5669602. OLE color: 5669602.

HSL color Cylindrical-coordinate representation of color #E28256: hue angle of 18.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E28256 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22613086-
CMYK00.420.620.11
HSL18.86º70.71%61.18%-
HSV(B)18.86º61.95%88.63%-
XYZ41.0332.8112.97-
YUV153.6989.8179.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.13%
GREEN value IS 130 (51.17% from 255) = 29.41%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=51.13%
G=29.41%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261308600.420.620.1118.8670.7161.18
HexE2825602A3EB13473d
Octal34220212605276132310775
Binary1110001010000010101011001010101111101011100111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e28256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e28256; }

 p { color: rgb(226,130,86); }

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

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

 a { background-color: rgb(226,130,86); }

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

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

 span { border-color: rgb(226,130,86); }

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