Shades of Pizazz #E67D3C
Tints of Pizazz #E67D3C
RGB
CMYK
RGB Variations
Color information
#E67D3C (or 0xE67D3C) is known color: Pizazz. HEX triplet: E6, 7D and 3C. RGB value is (230,125,60). Sum of RGB (Red+Green+Blue) = 230+125+60=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67D3C is #1982C3. Grayscale: #959595. Windows color (decimal): -1671876 or 3964390. OLE color: 3964390.
HSL color Cylindrical-coordinate representation of color #E67D3C: hue angle of 22.94º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E67D3C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 60 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.10 |
| HSL | 22.94º | 0.77% | 0.57% | - |
| HSV(B) | 22.94º | 0.74% | 0.9% | - |
| XYZ | 40.78 | 31.82 | 8.27 | - |
| YUV | 148.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 60 | 0 | 0.46 | 0.74 | 0.10 | 22.94 | 0.77 | 0.57 |
| Hex | E6 | 7D | 3C | 0 | 2E | 4A | A | 17 | 4D | 39 |
| Octal | 346 | 175 | 74 | 0 | 56 | 112 | 12 | 27 | 115 | 71 |
| Binary | 11100110 | 1111101 | 111100 | 0 | 101110 | 1001010 | 1010 | 10111 | 1001101 | 111001 |
Color Harmonies of #E67D3C
Complementary color
Monochromatic Colors of #E67D3C
Black with #E67D3C
Text Example
Text Example
White with #E67D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D3C; }
p { color: rgb(230,125,60); }
H1.HeaderClassName
{
color: #E67D3C;
}
.AnyTagClassName
{
color: #E67D3C;
}
</style>
background-color css
<style>
a { background-color: #E67D3C; }
a { background-color: rgb(230,125,60); }
div.DivClassName
{
background-color: #E67D3C;
}
.BgClassName
{
background-color: #E67D3C;
}
</style>
border-color css
<style>
span { border-color: #E67D3C; }
span { border-color: rgb(230,125,60); }
td.TdClassName
{
border-color: #E67D3C;
}
.TagClassName
{
border-color: #E67D3C;
}
</style>