Shades of Pizazz #EF803B
Tints of Pizazz #EF803B
RGB
CMYK
RGB Variations
Color information
#EF803B (or 0xEF803B) is known color: Pizazz. HEX triplet: EF, 80 and 3B. RGB value is (239,128,59). Sum of RGB (Red+Green+Blue) = 239+128+59=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF803B is #107FC4. Grayscale: #999999. Windows color (decimal): -1081285 or 3899631. OLE color: 3899631.
HSL color Cylindrical-coordinate representation of color #EF803B: hue angle of 23º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF803B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 59 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.06 |
| HSL | 23º | 0.85% | 0.58% | - |
| HSV(B) | 23º | 0.75% | 0.94% | - |
| XYZ | 44.11 | 34.1 | 8.4 | - |
| YUV | 153.32 | 74.77 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 59 | 0 | 0.46 | 0.75 | 0.06 | 23 | 0.85 | 0.58 |
| Hex | EF | 80 | 3B | 0 | 2E | 4B | 6 | 17 | 55 | 3A |
| Octal | 357 | 200 | 73 | 0 | 56 | 113 | 6 | 27 | 125 | 72 |
| Binary | 11101111 | 10000000 | 111011 | 0 | 101110 | 1001011 | 110 | 10111 | 1010101 | 111010 |
Color Harmonies of #EF803B
Complementary color
Monochromatic Colors of #EF803B
Black with #EF803B
Text Example
Text Example
White with #EF803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF803B; }
p { color: rgb(239,128,59); }
H1.HeaderClassName
{
color: #EF803B;
}
.AnyTagClassName
{
color: #EF803B;
}
</style>
background-color css
<style>
a { background-color: #EF803B; }
a { background-color: rgb(239,128,59); }
div.DivClassName
{
background-color: #EF803B;
}
.BgClassName
{
background-color: #EF803B;
}
</style>
border-color css
<style>
span { border-color: #EF803B; }
span { border-color: rgb(239,128,59); }
td.TdClassName
{
border-color: #EF803B;
}
.TagClassName
{
border-color: #EF803B;
}
</style>