#E5813D

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

Shades of Pizazz #E5813D

Tints of Pizazz #E5813D

Color information

#E5813D (or 0xE5813D) is unknown color: approx Pizazz. HEX triplet: E5, 81 and 3D. RGB value is (229,129,61). Sum of RGB (Red+Green+Blue) = 229+129+61=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5813D is #1A7EC2. Grayscale: #979797. Windows color (decimal): -1736387 or 4030949. OLE color: 4030949.

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

Color convert

RGB22912961-
CMYK00.440.730.10
HSL24.29º76.36%56.86%-
HSV(B)24.29º73.36%89.8%-
XYZ41.0132.78.56-
YUV151.1577.13183.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.65%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=54.65%
G=30.79%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291296100.440.730.1024.2976.3656.86
HexE5813D02C49A184c39
Octal34520175054111123011471
Binary1110010110000001111101010110010010011010110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5813D; }

 p { color: rgb(229,129,61); }

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

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

 a { background-color: rgb(229,129,61); }

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

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

 span { border-color: rgb(229,129,61); }

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