#E48041

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

Shades of Pizazz #E48041

Tints of Pizazz #E48041

Color information

#E48041 (or 0xE48041) is unknown color: approx Pizazz. HEX triplet: E4, 80 and 41. RGB value is (228,128,65). Sum of RGB (Red+Green+Blue) = 228+128+65=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E48041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48041 is #1B7FBE. Grayscale: #979797. Windows color (decimal): -1802175 or 4292836. OLE color: 4292836.

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

Color convert

RGB22812865-
CMYK00.440.710.11
HSL23.19º75.12%57.45%-
HSV(B)23.19º71.49%89.41%-
XYZ40.6732.319.09-
YUV150.7279.63183.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.16%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 65 (25.78% from 255) = 15.44%
R=54.16%
G=30.40%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281286500.440.710.1123.1975.1257.45
HexE4804102C47B174b39
Octal344200101054107132711371
Binary11100100100000001000001010110010001111011101111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48041; }

 p { color: rgb(228,128,65); }

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

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

 a { background-color: rgb(228,128,65); }

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

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

 span { border-color: rgb(228,128,65); }

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