Shades of Persimmon #E65400
Tints of Persimmon #E65400
RGB
CMYK
RGB Variations
Color information
#E65400 (or 0xE65400) is known color: Persimmon. HEX triplet: E6, 54 and 00. RGB value is (230,84,0). Sum of RGB (Red+Green+Blue) = 230+84+0=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E65400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65400 is #19ABFF. Grayscale: #767676. Windows color (decimal): -1682432 or 21734. OLE color: 21734.
HSL color Cylindrical-coordinate representation of color #E65400: hue angle of 21.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E65400 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.10 |
| HSL | 21.91º | 1% | 0.45% | - |
| HSV(B) | 21.91º | 1% | 0.9% | - |
| XYZ | 35.8 | 23.16 | 2.58 | - |
| YUV | 118.08 | 61.37 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 0 | 0 | 0.63 | 1 | 0.10 | 21.91 | 1 | 0.45 |
| Hex | E6 | 54 | 0 | 0 | 3F | 64 | A | 16 | 64 | 2D |
| Octal | 346 | 124 | 0 | 0 | 77 | 144 | 12 | 26 | 144 | 55 |
| Binary | 11100110 | 1010100 | 0 | 0 | 111111 | 1100100 | 1010 | 10110 | 1100100 | 101101 |
Color Harmonies of #E65400
Complementary color
Monochromatic Colors of #E65400
Black with #E65400
Text Example
Text Example
White with #E65400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65400; }
p { color: rgb(230,84,0); }
H1.HeaderClassName
{
color: #E65400;
}
.AnyTagClassName
{
color: #E65400;
}
</style>
background-color css
<style>
a { background-color: #E65400; }
a { background-color: rgb(230,84,0); }
div.DivClassName
{
background-color: #E65400;
}
.BgClassName
{
background-color: #E65400;
}
</style>
border-color css
<style>
span { border-color: #E65400; }
span { border-color: rgb(230,84,0); }
td.TdClassName
{
border-color: #E65400;
}
.TagClassName
{
border-color: #E65400;
}
</style>