#EA7535

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

Shades of Pizazz #EA7535

Tints of Pizazz #EA7535

Color information

#EA7535 (or 0xEA7535) is unknown color: approx Pizazz. HEX triplet: EA, 75 and 35. RGB value is (234,117,53). Sum of RGB (Red+Green+Blue) = 234+117+53=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7535 is #158ACA. Grayscale: #919191. Windows color (decimal): -1411787 or 3503594. OLE color: 3503594.

HSL color Cylindrical-coordinate representation of color #EA7535: hue angle of 21.22º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA7535 is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB23411753-
CMYK00.50.770.08
HSL21.22º81.17%56.27%-
HSV(B)21.22º77.35%91.76%-
XYZ40.9430.477.09-
YUV144.6976.26191.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.92%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=57.92%
G=28.96%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341175300.50.770.0821.2281.1756.27
HexEA75350324D8155138
Octal35216565062115102512170
Binary111010101110101110101011001010011011000101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7535; }

 p { color: rgb(234,117,53); }

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

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

 a { background-color: rgb(234,117,53); }

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

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

 span { border-color: rgb(234,117,53); }

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