Shades of Pizazz #EF733A
Tints of Pizazz #EF733A
RGB
CMYK
RGB Variations
Color information
#EF733A (or 0xEF733A) is known color: Pizazz. HEX triplet: EF, 73 and 3A. RGB value is (239,115,58). Sum of RGB (Red+Green+Blue) = 239+115+58=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF733A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF733A is #108CC5. Grayscale: #919191. Windows color (decimal): -1084614 or 3830767. OLE color: 3830767.
HSL color Cylindrical-coordinate representation of color #EF733A: hue angle of 18.9º 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 #EF733A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 58 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.06 |
| HSL | 18.9º | 0.85% | 0.58% | - |
| HSV(B) | 18.9º | 0.76% | 0.94% | - |
| XYZ | 42.49 | 30.92 | 7.73 | - |
| YUV | 145.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 58 | 0 | 0.52 | 0.76 | 0.06 | 18.9 | 0.85 | 0.58 |
| Hex | EF | 73 | 3A | 0 | 34 | 4C | 6 | 13 | 55 | 3A |
| Octal | 357 | 163 | 72 | 0 | 64 | 114 | 6 | 23 | 125 | 72 |
| Binary | 11101111 | 1110011 | 111010 | 0 | 110100 | 1001100 | 110 | 10011 | 1010101 | 111010 |
Color Harmonies of #EF733A
Complementary color
Monochromatic Colors of #EF733A
Black with #EF733A
Text Example
Text Example
White with #EF733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF733A; }
p { color: rgb(239,115,58); }
H1.HeaderClassName
{
color: #EF733A;
}
.AnyTagClassName
{
color: #EF733A;
}
</style>
background-color css
<style>
a { background-color: #EF733A; }
a { background-color: rgb(239,115,58); }
div.DivClassName
{
background-color: #EF733A;
}
.BgClassName
{
background-color: #EF733A;
}
</style>
border-color css
<style>
span { border-color: #EF733A; }
span { border-color: rgb(239,115,58); }
td.TdClassName
{
border-color: #EF733A;
}
.TagClassName
{
border-color: #EF733A;
}
</style>