Shades of Pizazz #EF783C
Tints of Pizazz #EF783C
RGB
CMYK
RGB Variations
Color information
#EF783C (or 0xEF783C) is known color: Pizazz. HEX triplet: EF, 78 and 3C. RGB value is (239,120,60). Sum of RGB (Red+Green+Blue) = 239+120+60=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF783C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF783C is #1087C3. Grayscale: #959595. Windows color (decimal): -1083332 or 3963119. OLE color: 3963119.
HSL color Cylindrical-coordinate representation of color #EF783C: hue angle of 20.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF783C is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 60 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.06 |
| HSL | 20.11º | 0.85% | 0.59% | - |
| HSV(B) | 20.11º | 0.75% | 0.94% | - |
| XYZ | 43.13 | 32.11 | 8.2 | - |
| YUV | 148.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 60 | 0 | 0.50 | 0.75 | 0.06 | 20.11 | 0.85 | 0.59 |
| Hex | EF | 78 | 3C | 0 | 32 | 4B | 6 | 14 | 55 | 3B |
| Octal | 357 | 170 | 74 | 0 | 62 | 113 | 6 | 24 | 125 | 73 |
| Binary | 11101111 | 1111000 | 111100 | 0 | 110010 | 1001011 | 110 | 10100 | 1010101 | 111011 |
Color Harmonies of #EF783C
Complementary color
Monochromatic Colors of #EF783C
Black with #EF783C
Text Example
Text Example
White with #EF783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF783C; }
p { color: rgb(239,120,60); }
H1.HeaderClassName
{
color: #EF783C;
}
.AnyTagClassName
{
color: #EF783C;
}
</style>
background-color css
<style>
a { background-color: #EF783C; }
a { background-color: rgb(239,120,60); }
div.DivClassName
{
background-color: #EF783C;
}
.BgClassName
{
background-color: #EF783C;
}
</style>
border-color css
<style>
span { border-color: #EF783C; }
span { border-color: rgb(239,120,60); }
td.TdClassName
{
border-color: #EF783C;
}
.TagClassName
{
border-color: #EF783C;
}
</style>