#EB7A3E

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

Shades of Pizazz #EB7A3E

Tints of Pizazz #EB7A3E

Color information

#EB7A3E (or 0xEB7A3E) is unknown color: approx Pizazz. HEX triplet: EB, 7A and 3E. RGB value is (235,122,62). Sum of RGB (Red+Green+Blue) = 235+122+62=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7A3E is #1485C1. Grayscale: #959595. Windows color (decimal): -1344962 or 4094699. OLE color: 4094699.

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

Color convert

RGB23512262-
CMYK00.480.740.08
HSL20.81º81.22%58.24%-
HSV(B)20.81º73.62%92.16%-
XYZ42.0931.938.5-
YUV148.9578.94189.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.09%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 62 (24.61% from 255) = 14.80%
R=56.09%
G=29.12%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351226200.480.740.0820.8181.2258.24
HexEB7A3E0304A815513a
Octal35317276060112102512172
Binary111010111111010111110011000010010101000101011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7A3E; }

 p { color: rgb(235,122,62); }

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

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

 a { background-color: rgb(235,122,62); }

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

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

 span { border-color: rgb(235,122,62); }

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