#ED7434

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

Shades of Pizazz #ED7434

Tints of Pizazz #ED7434

Color information

#ED7434 (or 0xED7434) is unknown color: approx Pizazz. HEX triplet: ED, 74 and 34. RGB value is (237,116,52). Sum of RGB (Red+Green+Blue) = 237+116+52=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7434 is #128BCB. Grayscale: #919191. Windows color (decimal): -1215436 or 3437805. OLE color: 3437805.

HSL color Cylindrical-coordinate representation of color #ED7434: hue angle of 20.76º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED7434 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23711652-
CMYK00.510.780.07
HSL20.76º83.71%56.67%-
HSV(B)20.76º78.06%92.94%-
XYZ41.7930.746.98-
YUV144.8875.59193.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.52%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 52 (20.70% from 255) = 12.84%
R=58.52%
G=28.64%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371165200.510.780.0720.7683.7156.67
HexED74340334E7155439
Octal3551646406311672512471
Binary11101101111010011010001100111001110111101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7434; }

 p { color: rgb(237,116,52); }

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

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

 a { background-color: rgb(237,116,52); }

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

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

 span { border-color: rgb(237,116,52); }

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