Shades of Persimmon #E65F05
Tints of Persimmon #E65F05
RGB
CMYK
RGB Variations
Color information
#E65F05 (or 0xE65F05) is known color: Persimmon. HEX triplet: E6, 5F and 05. RGB value is (230,95,5). Sum of RGB (Red+Green+Blue) = 230+95+5=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F05 is #19A0FA. Grayscale: #7D7D7D. Windows color (decimal): -1679611 or 352230. OLE color: 352230.
HSL color Cylindrical-coordinate representation of color #E65F05: hue angle of 24º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65F05 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.10 |
| HSL | 24º | 0.96% | 0.46% | - |
| HSV(B) | 24º | 0.98% | 0.9% | - |
| XYZ | 36.75 | 25.02 | 3.04 | - |
| YUV | 125.11 | 60.23 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 5 | 0 | 0.59 | 0.98 | 0.10 | 24 | 0.96 | 0.46 |
| Hex | E6 | 5F | 5 | 0 | 3B | 62 | A | 18 | 60 | 2E |
| Octal | 346 | 137 | 5 | 0 | 73 | 142 | 12 | 30 | 140 | 56 |
| Binary | 11100110 | 1011111 | 101 | 0 | 111011 | 1100010 | 1010 | 11000 | 1100000 | 101110 |
Color Harmonies of #E65F05
Complementary color
Monochromatic Colors of #E65F05
Black with #E65F05
Text Example
Text Example
White with #E65F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F05; }
p { color: rgb(230,95,5); }
H1.HeaderClassName
{
color: #E65F05;
}
.AnyTagClassName
{
color: #E65F05;
}
</style>
background-color css
<style>
a { background-color: #E65F05; }
a { background-color: rgb(230,95,5); }
div.DivClassName
{
background-color: #E65F05;
}
.BgClassName
{
background-color: #E65F05;
}
</style>
border-color css
<style>
span { border-color: #E65F05; }
span { border-color: rgb(230,95,5); }
td.TdClassName
{
border-color: #E65F05;
}
.TagClassName
{
border-color: #E65F05;
}
</style>