Shades of Persimmon #E6430E
Tints of Persimmon #E6430E
RGB
CMYK
RGB Variations
Color information
#E6430E (or 0xE6430E) is known color: Persimmon. HEX triplet: E6, 43 and 0E. RGB value is (230,67,14). Sum of RGB (Red+Green+Blue) = 230+67+14=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E6430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6430E is #19BCF1. Grayscale: #6E6E6E. Windows color (decimal): -1686770 or 934886. OLE color: 934886.
HSL color Cylindrical-coordinate representation of color #E6430E: hue angle of 14.72º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6430E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.10 |
| HSL | 14.72º | 0.89% | 0.48% | - |
| HSV(B) | 14.72º | 0.94% | 0.9% | - |
| XYZ | 34.72 | 20.87 | 2.61 | - |
| YUV | 109.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 14 | 0 | 0.71 | 0.94 | 0.10 | 14.72 | 0.89 | 0.48 |
| Hex | E6 | 43 | E | 0 | 47 | 5E | A | F | 59 | 30 |
| Octal | 346 | 103 | 16 | 0 | 107 | 136 | 12 | 17 | 131 | 60 |
| Binary | 11100110 | 1000011 | 1110 | 0 | 1000111 | 1011110 | 1010 | 1111 | 1011001 | 110000 |
Color Harmonies of #E6430E
Complementary color
Monochromatic Colors of #E6430E
Black with #E6430E
Text Example
Text Example
White with #E6430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6430E; }
p { color: rgb(230,67,14); }
H1.HeaderClassName
{
color: #E6430E;
}
.AnyTagClassName
{
color: #E6430E;
}
</style>
background-color css
<style>
a { background-color: #E6430E; }
a { background-color: rgb(230,67,14); }
div.DivClassName
{
background-color: #E6430E;
}
.BgClassName
{
background-color: #E6430E;
}
</style>
border-color css
<style>
span { border-color: #E6430E; }
span { border-color: rgb(230,67,14); }
td.TdClassName
{
border-color: #E6430E;
}
.TagClassName
{
border-color: #E6430E;
}
</style>