#ED7A3F

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

Shades of Pizazz #ED7A3F

Tints of Pizazz #ED7A3F

Color information

#ED7A3F (or 0xED7A3F) is unknown color: approx Pizazz. HEX triplet: ED, 7A and 3F. RGB value is (237,122,63). Sum of RGB (Red+Green+Blue) = 237+122+63=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7A3F is #1285C0. Grayscale: #969696. Windows color (decimal): -1213889 or 4160237. OLE color: 4160237.

HSL color Cylindrical-coordinate representation of color #ED7A3F: hue angle of 20.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED7A3F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23712263-
CMYK00.490.730.07
HSL20.34º82.86%58.82%-
HSV(B)20.34º73.42%92.94%-
XYZ42.7832.288.68-
YUV149.6679.1190.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.16%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 63 (25% from 255) = 14.93%
R=56.16%
G=28.91%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371226300.490.730.0720.3482.8658.82
HexED7A3F03149714533b
Octal3551727706111172412373
Binary11101101111101011111101100011001001111101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A3F; }

 p { color: rgb(237,122,63); }

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

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

 a { background-color: rgb(237,122,63); }

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

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

 span { border-color: rgb(237,122,63); }

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