Shades of Persimmon #E64C14
Tints of Persimmon #E64C14
RGB
CMYK
RGB Variations
Color information
#E64C14 (or 0xE64C14) is known color: Persimmon. HEX triplet: E6, 4C and 14. RGB value is (230,76,20). Sum of RGB (Red+Green+Blue) = 230+76+20=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C14 is #19B3EB. Grayscale: #747474. Windows color (decimal): -1684460 or 1330406. OLE color: 1330406.
HSL color Cylindrical-coordinate representation of color #E64C14: hue angle of 16º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E64C14 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 76 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.10 |
| HSL | 16º | 0.84% | 0.49% | - |
| HSV(B) | 16º | 0.91% | 0.9% | - |
| XYZ | 35.34 | 22.04 | 3.05 | - |
| YUV | 115.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 76 | 20 | 0 | 0.67 | 0.91 | 0.10 | 16 | 0.84 | 0.49 |
| Hex | E6 | 4C | 14 | 0 | 43 | 5B | A | 10 | 54 | 31 |
| Octal | 346 | 114 | 24 | 0 | 103 | 133 | 12 | 20 | 124 | 61 |
| Binary | 11100110 | 1001100 | 10100 | 0 | 1000011 | 1011011 | 1010 | 10000 | 1010100 | 110001 |
Color Harmonies of #E64C14
Complementary color
Monochromatic Colors of #E64C14
Black with #E64C14
Text Example
Text Example
White with #E64C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64C14; }
p { color: rgb(230,76,20); }
H1.HeaderClassName
{
color: #E64C14;
}
.AnyTagClassName
{
color: #E64C14;
}
</style>
background-color css
<style>
a { background-color: #E64C14; }
a { background-color: rgb(230,76,20); }
div.DivClassName
{
background-color: #E64C14;
}
.BgClassName
{
background-color: #E64C14;
}
</style>
border-color css
<style>
span { border-color: #E64C14; }
span { border-color: rgb(230,76,20); }
td.TdClassName
{
border-color: #E64C14;
}
.TagClassName
{
border-color: #E64C14;
}
</style>