Shades of Pizazz #EA783C
Tints of Pizazz #EA783C
RGB
CMYK
RGB Variations
Color information
#EA783C (or 0xEA783C) is known color: Pizazz. HEX triplet: EA, 78 and 3C. RGB value is (234,120,60). Sum of RGB (Red+Green+Blue) = 234+120+60=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA783C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA783C is #1587C3. Grayscale: #939393. Windows color (decimal): -1411012 or 3963114. OLE color: 3963114.
HSL color Cylindrical-coordinate representation of color #EA783C: hue angle of 20.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA783C is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 60 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.08 |
| HSL | 20.69º | 0.81% | 0.58% | - |
| HSV(B) | 20.69º | 0.74% | 0.92% | - |
| XYZ | 41.46 | 31.25 | 8.12 | - |
| YUV | 147.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 60 | 0 | 0.49 | 0.74 | 0.08 | 20.69 | 0.81 | 0.58 |
| Hex | EA | 78 | 3C | 0 | 31 | 4A | 8 | 15 | 51 | 3A |
| Octal | 352 | 170 | 74 | 0 | 61 | 112 | 10 | 25 | 121 | 72 |
| Binary | 11101010 | 1111000 | 111100 | 0 | 110001 | 1001010 | 1000 | 10101 | 1010001 | 111010 |
Color Harmonies of #EA783C
Complementary color
Monochromatic Colors of #EA783C
Black with #EA783C
Text Example
Text Example
White with #EA783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA783C; }
p { color: rgb(234,120,60); }
H1.HeaderClassName
{
color: #EA783C;
}
.AnyTagClassName
{
color: #EA783C;
}
</style>
background-color css
<style>
a { background-color: #EA783C; }
a { background-color: rgb(234,120,60); }
div.DivClassName
{
background-color: #EA783C;
}
.BgClassName
{
background-color: #EA783C;
}
</style>
border-color css
<style>
span { border-color: #EA783C; }
span { border-color: rgb(234,120,60); }
td.TdClassName
{
border-color: #EA783C;
}
.TagClassName
{
border-color: #EA783C;
}
</style>