Shades of Pizazz #E67F3C
Tints of Pizazz #E67F3C
RGB
CMYK
RGB Variations
Color information
#E67F3C (or 0xE67F3C) is known color: Pizazz. HEX triplet: E6, 7F and 3C. RGB value is (230,127,60). Sum of RGB (Red+Green+Blue) = 230+127+60=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67F3C is #1980C3. Grayscale: #969696. Windows color (decimal): -1671364 or 3964902. OLE color: 3964902.
HSL color Cylindrical-coordinate representation of color #E67F3C: hue angle of 23.65º 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 #E67F3C is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 60 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.10 |
| HSL | 23.65º | 0.77% | 0.57% | - |
| HSV(B) | 23.65º | 0.74% | 0.9% | - |
| XYZ | 41.04 | 32.33 | 8.35 | - |
| YUV | 150.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 60 | 0 | 0.45 | 0.74 | 0.10 | 23.65 | 0.77 | 0.57 |
| Hex | E6 | 7F | 3C | 0 | 2D | 4A | A | 18 | 4D | 39 |
| Octal | 346 | 177 | 74 | 0 | 55 | 112 | 12 | 30 | 115 | 71 |
| Binary | 11100110 | 1111111 | 111100 | 0 | 101101 | 1001010 | 1010 | 11000 | 1001101 | 111001 |
Color Harmonies of #E67F3C
Complementary color
Monochromatic Colors of #E67F3C
Black with #E67F3C
Text Example
Text Example
White with #E67F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F3C; }
p { color: rgb(230,127,60); }
H1.HeaderClassName
{
color: #E67F3C;
}
.AnyTagClassName
{
color: #E67F3C;
}
</style>
background-color css
<style>
a { background-color: #E67F3C; }
a { background-color: rgb(230,127,60); }
div.DivClassName
{
background-color: #E67F3C;
}
.BgClassName
{
background-color: #E67F3C;
}
</style>
border-color css
<style>
span { border-color: #E67F3C; }
span { border-color: rgb(230,127,60); }
td.TdClassName
{
border-color: #E67F3C;
}
.TagClassName
{
border-color: #E67F3C;
}
</style>