Shades of Pizazz #EA7E3C
Tints of Pizazz #EA7E3C
RGB
CMYK
RGB Variations
Color information
#EA7E3C (or 0xEA7E3C) is known color: Pizazz. HEX triplet: EA, 7E and 3C. RGB value is (234,126,60). Sum of RGB (Red+Green+Blue) = 234+126+60=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7E3C is #1581C3. Grayscale: #979797. Windows color (decimal): -1409476 or 3964650. OLE color: 3964650.
HSL color Cylindrical-coordinate representation of color #EA7E3C: hue angle of 22.76º 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 #EA7E3C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 60 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.08 |
| HSL | 22.76º | 0.81% | 0.58% | - |
| HSV(B) | 22.76º | 0.74% | 0.92% | - |
| XYZ | 42.21 | 32.74 | 8.37 | - |
| YUV | 150.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 60 | 0 | 0.46 | 0.74 | 0.08 | 22.76 | 0.81 | 0.58 |
| Hex | EA | 7E | 3C | 0 | 2E | 4A | 8 | 17 | 51 | 3A |
| Octal | 352 | 176 | 74 | 0 | 56 | 112 | 10 | 27 | 121 | 72 |
| Binary | 11101010 | 1111110 | 111100 | 0 | 101110 | 1001010 | 1000 | 10111 | 1010001 | 111010 |
Color Harmonies of #EA7E3C
Complementary color
Monochromatic Colors of #EA7E3C
Black with #EA7E3C
Text Example
Text Example
White with #EA7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E3C; }
p { color: rgb(234,126,60); }
H1.HeaderClassName
{
color: #EA7E3C;
}
.AnyTagClassName
{
color: #EA7E3C;
}
</style>
background-color css
<style>
a { background-color: #EA7E3C; }
a { background-color: rgb(234,126,60); }
div.DivClassName
{
background-color: #EA7E3C;
}
.BgClassName
{
background-color: #EA7E3C;
}
</style>
border-color css
<style>
span { border-color: #EA7E3C; }
span { border-color: rgb(234,126,60); }
td.TdClassName
{
border-color: #EA7E3C;
}
.TagClassName
{
border-color: #EA7E3C;
}
</style>