#E97D3C

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

Shades of Pizazz #E97D3C

Tints of Pizazz #E97D3C

Color information

#E97D3C (or 0xE97D3C) is unknown color: approx Pizazz. HEX triplet: E9, 7D and 3C. RGB value is (233,125,60). Sum of RGB (Red+Green+Blue) = 233+125+60=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97D3C is #1682C3. Grayscale: #969696. Windows color (decimal): -1475268 or 3964393. OLE color: 3964393.

HSL color Cylindrical-coordinate representation of color #E97D3C: hue angle of 22.54º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E97D3C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23312560-
CMYK00.460.740.09
HSL22.54º79.72%57.45%-
HSV(B)22.54º74.25%91.37%-
XYZ41.7532.328.31-
YUV149.8877.28187.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.74%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=55.74%
G=29.90%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331256000.460.740.0922.5479.7257.45
HexE97D3C02E4A9175039
Octal35117574056112112712071
Binary111010011111101111100010111010010101001101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97D3C; }

 p { color: rgb(233,125,60); }

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

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

 a { background-color: rgb(233,125,60); }

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

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

 span { border-color: rgb(233,125,60); }

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