#EA7A35

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

Shades of Pizazz #EA7A35

Tints of Pizazz #EA7A35

Color information

#EA7A35 (or 0xEA7A35) is unknown color: approx Pizazz. HEX triplet: EA, 7A and 35. RGB value is (234,122,53). Sum of RGB (Red+Green+Blue) = 234+122+53=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A35 is #1585CA. Grayscale: #949494. Windows color (decimal): -1410507 or 3504874. OLE color: 3504874.

HSL color Cylindrical-coordinate representation of color #EA7A35: hue angle of 22.87º 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 #EA7A35 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB23412253-
CMYK00.480.770.08
HSL22.87º81.17%56.27%-
HSV(B)22.87º77.35%91.76%-
XYZ41.5331.677.29-
YUV147.6274.61189.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 122 (48.05% from 255) = 29.83%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=57.21%
G=29.83%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341225300.480.770.0822.8781.1756.27
HexEA7A350304D8175138
Octal35217265060115102712170
Binary111010101111010110101011000010011011000101111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7A35; }

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

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

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

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

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

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

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

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