Shades of Pizazz #EF7B3C
Tints of Pizazz #EF7B3C
RGB
CMYK
RGB Variations
Color information
#EF7B3C (or 0xEF7B3C) is known color: Pizazz. HEX triplet: EF, 7B and 3C. RGB value is (239,123,60). Sum of RGB (Red+Green+Blue) = 239+123+60=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7B3C is #1084C3. Grayscale: #969696. Windows color (decimal): -1082564 or 3963887. OLE color: 3963887.
HSL color Cylindrical-coordinate representation of color #EF7B3C: hue angle of 21.12º 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 #EF7B3C is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 60 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.06 |
| HSL | 21.12º | 0.85% | 0.59% | - |
| HSV(B) | 21.12º | 0.75% | 0.94% | - |
| XYZ | 43.5 | 32.84 | 8.32 | - |
| YUV | 150.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 60 | 0 | 0.49 | 0.75 | 0.06 | 21.12 | 0.85 | 0.59 |
| Hex | EF | 7B | 3C | 0 | 31 | 4B | 6 | 15 | 55 | 3B |
| Octal | 357 | 173 | 74 | 0 | 61 | 113 | 6 | 25 | 125 | 73 |
| Binary | 11101111 | 1111011 | 111100 | 0 | 110001 | 1001011 | 110 | 10101 | 1010101 | 111011 |
Color Harmonies of #EF7B3C
Complementary color
Monochromatic Colors of #EF7B3C
Black with #EF7B3C
Text Example
Text Example
White with #EF7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B3C; }
p { color: rgb(239,123,60); }
H1.HeaderClassName
{
color: #EF7B3C;
}
.AnyTagClassName
{
color: #EF7B3C;
}
</style>
background-color css
<style>
a { background-color: #EF7B3C; }
a { background-color: rgb(239,123,60); }
div.DivClassName
{
background-color: #EF7B3C;
}
.BgClassName
{
background-color: #EF7B3C;
}
</style>
border-color css
<style>
span { border-color: #EF7B3C; }
span { border-color: rgb(239,123,60); }
td.TdClassName
{
border-color: #EF7B3C;
}
.TagClassName
{
border-color: #EF7B3C;
}
</style>