#EB7832

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

Shades of Pizazz #EB7832

Tints of Pizazz #EB7832

Color information

#EB7832 (or 0xEB7832) is unknown color: approx Pizazz. HEX triplet: EB, 78 and 32. RGB value is (235,120,50). Sum of RGB (Red+Green+Blue) = 235+120+50=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7832 is #1487CD. Grayscale: #929292. Windows color (decimal): -1345486 or 3307755. OLE color: 3307755.

HSL color Cylindrical-coordinate representation of color #EB7832: hue angle of 22.7º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB7832 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB23512050-
CMYK00.490.790.08
HSL22.7º82.22%55.88%-
HSV(B)22.7º78.72%92.16%-
XYZ41.5531.336.87-
YUV146.473.6191.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 58.02%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 50 (19.92% from 255) = 12.35%
R=58.02%
G=29.63%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351205000.490.790.0822.782.2255.88
HexEB78320314F8175238
Octal35317062061117102712270
Binary111010111111000110010011000110011111000101111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7832; }

 p { color: rgb(235,120,50); }

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

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

 a { background-color: rgb(235,120,50); }

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

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

 span { border-color: rgb(235,120,50); }

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