#ED7D3F

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

Shades of Pizazz #ED7D3F

Tints of Pizazz #ED7D3F

Color information

#ED7D3F (or 0xED7D3F) is unknown color: approx Pizazz. HEX triplet: ED, 7D and 3F. RGB value is (237,125,63). Sum of RGB (Red+Green+Blue) = 237+125+63=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7D3F is #1282C0. Grayscale: #979797. Windows color (decimal): -1213121 or 4161005. OLE color: 4161005.

HSL color Cylindrical-coordinate representation of color #ED7D3F: hue angle of 21.38º 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 #ED7D3F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23712563-
CMYK00.470.730.07
HSL21.38º82.86%58.82%-
HSV(B)21.38º73.42%92.94%-
XYZ43.1633.038.8-
YUV151.4278.11189.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.76%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 63 (25% from 255) = 14.82%
R=55.76%
G=29.41%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371256300.470.730.0721.3882.8658.82
HexED7D3F02F49715533b
Octal3551757705711172512373
Binary11101101111110111111101011111001001111101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D3F; }

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

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

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

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

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

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

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

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