#E2793A

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

Shades of Pizazz #E2793A

Tints of Pizazz #E2793A

Color information

#E2793A (or 0xE2793A) is unknown color: approx Pizazz. HEX triplet: E2, 79 and 3A. RGB value is (226,121,58). Sum of RGB (Red+Green+Blue) = 226+121+58=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2793A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2793A is #1D86C5. Grayscale: #919191. Windows color (decimal): -1935046 or 3832290. OLE color: 3832290.

HSL color Cylindrical-coordinate representation of color #E2793A: hue angle of 22.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2793A is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22612158-
CMYK00.460.740.11
HSL22.5º74.34%55.69%-
HSV(B)22.5º74.34%88.63%-
XYZ38.9730.157.77-
YUV145.2178.79185.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 55.80%
GREEN value IS 121 (47.66% from 255) = 29.88%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=55.80%
G=29.88%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261215800.460.740.1122.574.3455.69
HexE2793A02E4AB164a38
Octal34217172056112132611270
Binary111000101111001111010010111010010101011101101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2793A; }

 p { color: rgb(226,121,58); }

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

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

 a { background-color: rgb(226,121,58); }

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

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

 span { border-color: rgb(226,121,58); }

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