Shades of Pizazz #EA7D3C
Tints of Pizazz #EA7D3C
RGB
CMYK
RGB Variations
Color information
#EA7D3C (or 0xEA7D3C) is known color: Pizazz. HEX triplet: EA, 7D and 3C. RGB value is (234,125,60). Sum of RGB (Red+Green+Blue) = 234+125+60=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7D3C is #1582C3. Grayscale: #969696. Windows color (decimal): -1409732 or 3964394. OLE color: 3964394.
HSL color Cylindrical-coordinate representation of color #EA7D3C: hue angle of 22.41º 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 #EA7D3C is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 125 | 60 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.08 |
| HSL | 22.41º | 0.81% | 0.58% | - |
| HSV(B) | 22.41º | 0.74% | 0.92% | - |
| XYZ | 42.08 | 32.49 | 8.33 | - |
| YUV | 150.18 | 77.11 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 60 | 0 | 0.47 | 0.74 | 0.08 | 22.41 | 0.81 | 0.58 |
| Hex | EA | 7D | 3C | 0 | 2F | 4A | 8 | 16 | 51 | 3A |
| Octal | 352 | 175 | 74 | 0 | 57 | 112 | 10 | 26 | 121 | 72 |
| Binary | 11101010 | 1111101 | 111100 | 0 | 101111 | 1001010 | 1000 | 10110 | 1010001 | 111010 |
Color Harmonies of #EA7D3C
Complementary color
Monochromatic Colors of #EA7D3C
Black with #EA7D3C
Text Example
Text Example
White with #EA7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7D3C; }
p { color: rgb(234,125,60); }
H1.HeaderClassName
{
color: #EA7D3C;
}
.AnyTagClassName
{
color: #EA7D3C;
}
</style>
background-color css
<style>
a { background-color: #EA7D3C; }
a { background-color: rgb(234,125,60); }
div.DivClassName
{
background-color: #EA7D3C;
}
.BgClassName
{
background-color: #EA7D3C;
}
</style>
border-color css
<style>
span { border-color: #EA7D3C; }
span { border-color: rgb(234,125,60); }
td.TdClassName
{
border-color: #EA7D3C;
}
.TagClassName
{
border-color: #EA7D3C;
}
</style>