#ED7A3B

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

Shades of Pizazz #ED7A3B

Tints of Pizazz #ED7A3B

Color information

#ED7A3B (or 0xED7A3B) is unknown color: approx Pizazz. HEX triplet: ED, 7A and 3B. RGB value is (237,122,59). Sum of RGB (Red+Green+Blue) = 237+122+59=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7A3B is #1285C4. Grayscale: #959595. Windows color (decimal): -1213893 or 3898093. OLE color: 3898093.

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

Color convert

RGB23712259-
CMYK00.490.750.07
HSL21.24º83.18%58.04%-
HSV(B)21.24º75.11%92.94%-
XYZ42.6732.248.11-
YUV149.277.1190.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 59 (23.44% from 255) = 14.11%
R=56.70%
G=29.19%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371225900.490.750.0721.2483.1858.04
HexED7A3B0314B715533a
Octal3551727306111372512372
Binary11101101111101011101101100011001011111101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A3B; }

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

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

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

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

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

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

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

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