Shades of Persimmon #E64C17
Tints of Persimmon #E64C17
RGB
CMYK
RGB Variations
Color information
#E64C17 (or 0xE64C17) is known color: Persimmon. HEX triplet: E6, 4C and 17. RGB value is (230,76,23). Sum of RGB (Red+Green+Blue) = 230+76+23=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C17 is #19B3E8. Grayscale: #747474. Windows color (decimal): -1684457 or 1527014. OLE color: 1527014.
HSL color Cylindrical-coordinate representation of color #E64C17: hue angle of 15.36º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64C17 is Cyan = 0, Magento = 0.67, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 23 | - |
| CMYK | 0 | 0.67 | 0.9 | 0.10 |
| HSL | 15.36º | 0.82% | 0.5% | - |
| HSV(B) | 15.36º | 0.9% | 0.9% | - |
| XYZ | 35.37 | 22.05 | 3.2 | - |
| YUV | 116 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 23 | 0 | 0.67 | 0.9 | 0.10 | 15.36 | 0.82 | 0.5 |
| Hex | E6 | 4C | 17 | 0 | 43 | 5A | A | F | 52 | 32 |
| Octal | 346 | 114 | 27 | 0 | 103 | 132 | 12 | 17 | 122 | 62 |
| Binary | 11100110 | 1001100 | 10111 | 0 | 1000011 | 1011010 | 1010 | 1111 | 1010010 | 110010 |
Color Harmonies of #E64C17
Complementary color
Monochromatic Colors of #E64C17
Black with #E64C17
Text Example
Text Example
White with #E64C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C17; }
p { color: rgb(230,76,23); }
H1.HeaderClassName
{
color: #E64C17;
}
.AnyTagClassName
{
color: #E64C17;
}
</style>
background-color css
<style>
a { background-color: #E64C17; }
a { background-color: rgb(230,76,23); }
div.DivClassName
{
background-color: #E64C17;
}
.BgClassName
{
background-color: #E64C17;
}
</style>
border-color css
<style>
span { border-color: #E64C17; }
span { border-color: rgb(230,76,23); }
td.TdClassName
{
border-color: #E64C17;
}
.TagClassName
{
border-color: #E64C17;
}
</style>