Shades of Persimmon #E64B17
Tints of Persimmon #E64B17
RGB
CMYK
RGB Variations
Color information
#E64B17 (or 0xE64B17) is known color: Persimmon. HEX triplet: E6, 4B and 17. RGB value is (230,75,23). Sum of RGB (Red+Green+Blue) = 230+75+23=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B17 is #19B4E8. Grayscale: #737373. Windows color (decimal): -1684713 or 1526758. OLE color: 1526758.
HSL color Cylindrical-coordinate representation of color #E64B17: hue angle of 15.07º 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 #E64B17 is Cyan = 0, Magento = 0.67, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 23 | - |
| CMYK | 0 | 0.67 | 0.9 | 0.10 |
| HSL | 15.07º | 0.82% | 0.5% | - |
| HSV(B) | 15.07º | 0.9% | 0.9% | - |
| XYZ | 35.3 | 21.92 | 3.18 | - |
| YUV | 115.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 23 | 0 | 0.67 | 0.9 | 0.10 | 15.07 | 0.82 | 0.5 |
| Hex | E6 | 4B | 17 | 0 | 43 | 5A | A | F | 52 | 32 |
| Octal | 346 | 113 | 27 | 0 | 103 | 132 | 12 | 17 | 122 | 62 |
| Binary | 11100110 | 1001011 | 10111 | 0 | 1000011 | 1011010 | 1010 | 1111 | 1010010 | 110010 |
Color Harmonies of #E64B17
Complementary color
Monochromatic Colors of #E64B17
Black with #E64B17
Text Example
Text Example
White with #E64B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64B17; }
p { color: rgb(230,75,23); }
H1.HeaderClassName
{
color: #E64B17;
}
.AnyTagClassName
{
color: #E64B17;
}
</style>
background-color css
<style>
a { background-color: #E64B17; }
a { background-color: rgb(230,75,23); }
div.DivClassName
{
background-color: #E64B17;
}
.BgClassName
{
background-color: #E64B17;
}
</style>
border-color css
<style>
span { border-color: #E64B17; }
span { border-color: rgb(230,75,23); }
td.TdClassName
{
border-color: #E64B17;
}
.TagClassName
{
border-color: #E64B17;
}
</style>