Shades of Pizazz #EF783A
Tints of Pizazz #EF783A
RGB
CMYK
RGB Variations
Color information
#EF783A (or 0xEF783A) is known color: Pizazz. HEX triplet: EF, 78 and 3A. RGB value is (239,120,58). Sum of RGB (Red+Green+Blue) = 239+120+58=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF783A is #1087C5. Grayscale: #949494. Windows color (decimal): -1083334 or 3832047. OLE color: 3832047.
HSL color Cylindrical-coordinate representation of color #EF783A: hue angle of 20.55º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF783A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 58 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.06 |
| HSL | 20.55º | 0.85% | 0.58% | - |
| HSV(B) | 20.55º | 0.76% | 0.94% | - |
| XYZ | 43.08 | 32.09 | 7.93 | - |
| YUV | 148.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 58 | 0 | 0.50 | 0.76 | 0.06 | 20.55 | 0.85 | 0.58 |
| Hex | EF | 78 | 3A | 0 | 32 | 4C | 6 | 15 | 55 | 3A |
| Octal | 357 | 170 | 72 | 0 | 62 | 114 | 6 | 25 | 125 | 72 |
| Binary | 11101111 | 1111000 | 111010 | 0 | 110010 | 1001100 | 110 | 10101 | 1010101 | 111010 |
Color Harmonies of #EF783A
Complementary color
Monochromatic Colors of #EF783A
Black with #EF783A
Text Example
Text Example
White with #EF783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF783A; }
p { color: rgb(239,120,58); }
H1.HeaderClassName
{
color: #EF783A;
}
.AnyTagClassName
{
color: #EF783A;
}
</style>
background-color css
<style>
a { background-color: #EF783A; }
a { background-color: rgb(239,120,58); }
div.DivClassName
{
background-color: #EF783A;
}
.BgClassName
{
background-color: #EF783A;
}
</style>
border-color css
<style>
span { border-color: #EF783A; }
span { border-color: rgb(239,120,58); }
td.TdClassName
{
border-color: #EF783A;
}
.TagClassName
{
border-color: #EF783A;
}
</style>