#EB7C42

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

Shades of Pizazz #EB7C42

Tints of Pizazz #EB7C42

Color information

#EB7C42 (or 0xEB7C42) is unknown color: approx Pizazz. HEX triplet: EB, 7C and 42. RGB value is (235,124,66). Sum of RGB (Red+Green+Blue) = 235+124+66=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C42 is #1483BD. Grayscale: #969696. Windows color (decimal): -1344446 or 4357355. OLE color: 4357355.

HSL color Cylindrical-coordinate representation of color #EB7C42: hue angle of 20.59º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB7C42 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB23512466-
CMYK00.470.720.08
HSL20.59º80.86%59.02%-
HSV(B)20.59º71.91%92.16%-
XYZ42.4532.479.18-
YUV150.5880.27188.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=55.29%
G=29.18%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351246600.470.720.0820.5980.8659.02
HexEB7C4202F48815513b
Octal353174102057110102512173
Binary1110101111111001000010010111110010001000101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7C42; }

 p { color: rgb(235,124,66); }

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

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

 a { background-color: rgb(235,124,66); }

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

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

 span { border-color: rgb(235,124,66); }

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