Shades of Pizazz #EE783F
Tints of Pizazz #EE783F
RGB
CMYK
RGB Variations
Color information
#EE783F (or 0xEE783F) is known color: Pizazz. HEX triplet: EE, 78 and 3F. RGB value is (238,120,63). Sum of RGB (Red+Green+Blue) = 238+120+63=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE783F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE783F is #1187C0. Grayscale: #959595. Windows color (decimal): -1148865 or 4159726. OLE color: 4159726.
HSL color Cylindrical-coordinate representation of color #EE783F: hue angle of 19.54º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE783F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 63 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.07 |
| HSL | 19.54º | 0.84% | 0.59% | - |
| HSV(B) | 19.54º | 0.74% | 0.93% | - |
| XYZ | 42.87 | 31.97 | 8.61 | - |
| YUV | 148.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 63 | 0 | 0.50 | 0.74 | 0.07 | 19.54 | 0.84 | 0.59 |
| Hex | EE | 78 | 3F | 0 | 32 | 4A | 7 | 14 | 54 | 3B |
| Octal | 356 | 170 | 77 | 0 | 62 | 112 | 7 | 24 | 124 | 73 |
| Binary | 11101110 | 1111000 | 111111 | 0 | 110010 | 1001010 | 111 | 10100 | 1010100 | 111011 |
Color Harmonies of #EE783F
Complementary color
Monochromatic Colors of #EE783F
Black with #EE783F
Text Example
Text Example
White with #EE783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE783F; }
p { color: rgb(238,120,63); }
H1.HeaderClassName
{
color: #EE783F;
}
.AnyTagClassName
{
color: #EE783F;
}
</style>
background-color css
<style>
a { background-color: #EE783F; }
a { background-color: rgb(238,120,63); }
div.DivClassName
{
background-color: #EE783F;
}
.BgClassName
{
background-color: #EE783F;
}
</style>
border-color css
<style>
span { border-color: #EE783F; }
span { border-color: rgb(238,120,63); }
td.TdClassName
{
border-color: #EE783F;
}
.TagClassName
{
border-color: #EE783F;
}
</style>