Shades of Pizazz #EE783A
Tints of Pizazz #EE783A
RGB
CMYK
RGB Variations
Color information
#EE783A (or 0xEE783A) is known color: Pizazz. HEX triplet: EE, 78 and 3A. RGB value is (238,120,58). Sum of RGB (Red+Green+Blue) = 238+120+58=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE783A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE783A is #1187C5. Grayscale: #949494. Windows color (decimal): -1148870 or 3832046. OLE color: 3832046.
HSL color Cylindrical-coordinate representation of color #EE783A: hue angle of 20.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE783A is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 58 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.07 |
| HSL | 20.67º | 0.84% | 0.58% | - |
| HSV(B) | 20.67º | 0.76% | 0.93% | - |
| XYZ | 42.74 | 31.92 | 7.91 | - |
| YUV | 148.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 58 | 0 | 0.50 | 0.76 | 0.07 | 20.67 | 0.84 | 0.58 |
| Hex | EE | 78 | 3A | 0 | 32 | 4C | 7 | 15 | 54 | 3A |
| Octal | 356 | 170 | 72 | 0 | 62 | 114 | 7 | 25 | 124 | 72 |
| Binary | 11101110 | 1111000 | 111010 | 0 | 110010 | 1001100 | 111 | 10101 | 1010100 | 111010 |
Color Harmonies of #EE783A
Complementary color
Monochromatic Colors of #EE783A
Black with #EE783A
Text Example
Text Example
White with #EE783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE783A; }
p { color: rgb(238,120,58); }
H1.HeaderClassName
{
color: #EE783A;
}
.AnyTagClassName
{
color: #EE783A;
}
</style>
background-color css
<style>
a { background-color: #EE783A; }
a { background-color: rgb(238,120,58); }
div.DivClassName
{
background-color: #EE783A;
}
.BgClassName
{
background-color: #EE783A;
}
</style>
border-color css
<style>
span { border-color: #EE783A; }
span { border-color: rgb(238,120,58); }
td.TdClassName
{
border-color: #EE783A;
}
.TagClassName
{
border-color: #EE783A;
}
</style>