Shades of Persimmon #E65100
Tints of Persimmon #E65100
RGB
CMYK
RGB Variations
Color information
#E65100 (or 0xE65100) is known color: Persimmon. HEX triplet: E6, 51 and 00. RGB value is (230,81,0). Sum of RGB (Red+Green+Blue) = 230+81+0=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E65100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65100 is #19AEFF. Grayscale: #747474. Windows color (decimal): -1683200 or 20966. OLE color: 20966.
HSL color Cylindrical-coordinate representation of color #E65100: hue angle of 21.13º 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 #E65100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.10 |
| HSL | 21.13º | 1% | 0.45% | - |
| HSV(B) | 21.13º | 1% | 0.9% | - |
| XYZ | 35.58 | 22.71 | 2.51 | - |
| YUV | 116.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 0 | 0 | 0.65 | 1 | 0.10 | 21.13 | 1 | 0.45 |
| Hex | E6 | 51 | 0 | 0 | 41 | 64 | A | 15 | 64 | 2D |
| Octal | 346 | 121 | 0 | 0 | 101 | 144 | 12 | 25 | 144 | 55 |
| Binary | 11100110 | 1010001 | 0 | 0 | 1000001 | 1100100 | 1010 | 10101 | 1100100 | 101101 |
Color Harmonies of #E65100
Complementary color
Monochromatic Colors of #E65100
Black with #E65100
Text Example
Text Example
White with #E65100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65100; }
p { color: rgb(230,81,0); }
H1.HeaderClassName
{
color: #E65100;
}
.AnyTagClassName
{
color: #E65100;
}
</style>
background-color css
<style>
a { background-color: #E65100; }
a { background-color: rgb(230,81,0); }
div.DivClassName
{
background-color: #E65100;
}
.BgClassName
{
background-color: #E65100;
}
</style>
border-color css
<style>
span { border-color: #E65100; }
span { border-color: rgb(230,81,0); }
td.TdClassName
{
border-color: #E65100;
}
.TagClassName
{
border-color: #E65100;
}
</style>