Shades of Persimmon #E64A09
Tints of Persimmon #E64A09
RGB
CMYK
RGB Variations
Color information
#E64A09 (or 0xE64A09) is known color: Persimmon. HEX triplet: E6, 4A and 09. RGB value is (230,74,9). Sum of RGB (Red+Green+Blue) = 230+74+9=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A09 is #19B5F6. Grayscale: #717171. Windows color (decimal): -1684983 or 608998. OLE color: 608998.
HSL color Cylindrical-coordinate representation of color #E64A09: hue angle of 17.65º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E64A09 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 74 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.10 |
| HSL | 17.65º | 0.92% | 0.47% | - |
| HSV(B) | 17.65º | 0.96% | 0.9% | - |
| XYZ | 35.13 | 21.74 | 2.6 | - |
| YUV | 113.23 | 69.18 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 9 | 0 | 0.68 | 0.96 | 0.10 | 17.65 | 0.92 | 0.47 |
| Hex | E6 | 4A | 9 | 0 | 44 | 60 | A | 12 | 5C | 2F |
| Octal | 346 | 112 | 11 | 0 | 104 | 140 | 12 | 22 | 134 | 57 |
| Binary | 11100110 | 1001010 | 1001 | 0 | 1000100 | 1100000 | 1010 | 10010 | 1011100 | 101111 |
Color Harmonies of #E64A09
Complementary color
Monochromatic Colors of #E64A09
Black with #E64A09
Text Example
Text Example
White with #E64A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64A09; }
p { color: rgb(230,74,9); }
H1.HeaderClassName
{
color: #E64A09;
}
.AnyTagClassName
{
color: #E64A09;
}
</style>
background-color css
<style>
a { background-color: #E64A09; }
a { background-color: rgb(230,74,9); }
div.DivClassName
{
background-color: #E64A09;
}
.BgClassName
{
background-color: #E64A09;
}
</style>
border-color css
<style>
span { border-color: #E64A09; }
span { border-color: rgb(230,74,9); }
td.TdClassName
{
border-color: #E64A09;
}
.TagClassName
{
border-color: #E64A09;
}
</style>