#EF753D

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

Shades of Pizazz #EF753D

Tints of Pizazz #EF753D

Color information

#EF753D (or 0xEF753D) is unknown color: approx Pizazz. HEX triplet: EF, 75 and 3D. RGB value is (239,117,61). Sum of RGB (Red+Green+Blue) = 239+117+61=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF753D is #108AC2. Grayscale: #939393. Windows color (decimal): -1084099 or 4027887. OLE color: 4027887.

HSL color Cylindrical-coordinate representation of color #EF753D: hue angle of 18.88º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF753D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23911761-
CMYK00.510.740.06
HSL18.88º84.76%58.82%-
HSV(B)18.88º74.48%93.73%-
XYZ42.831.418.22-
YUV147.0979.42193.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=57.31%
G=28.06%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391176100.510.740.0618.8884.7658.82
HexEF753D0334A613553b
Octal3571657506311262312573
Binary11101111111010111110101100111001010110100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF753D; }

 p { color: rgb(239,117,61); }

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

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

 a { background-color: rgb(239,117,61); }

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

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

 span { border-color: rgb(239,117,61); }

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