Shades of Persimmon #E65B0F
Tints of Persimmon #E65B0F
RGB
CMYK
RGB Variations
Color information
#E65B0F (or 0xE65B0F) is known color: Persimmon. HEX triplet: E6, 5B and 0F. RGB value is (230,91,15). Sum of RGB (Red+Green+Blue) = 230+91+15=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65B0F is #19A4F0. Grayscale: #7C7C7C. Windows color (decimal): -1680625 or 1006566. OLE color: 1006566.
HSL color Cylindrical-coordinate representation of color #E65B0F: hue angle of 21.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E65B0F is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 91 | 15 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.10 |
| HSL | 21.21º | 0.88% | 0.48% | - |
| HSV(B) | 21.21º | 0.93% | 0.9% | - |
| XYZ | 36.46 | 24.34 | 3.23 | - |
| YUV | 123.9 | 66.55 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 15 | 0 | 0.60 | 0.93 | 0.10 | 21.21 | 0.88 | 0.48 |
| Hex | E6 | 5B | F | 0 | 3C | 5D | A | 15 | 58 | 30 |
| Octal | 346 | 133 | 17 | 0 | 74 | 135 | 12 | 25 | 130 | 60 |
| Binary | 11100110 | 1011011 | 1111 | 0 | 111100 | 1011101 | 1010 | 10101 | 1011000 | 110000 |
Color Harmonies of #E65B0F
Complementary color
Monochromatic Colors of #E65B0F
Black with #E65B0F
Text Example
Text Example
White with #E65B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65B0F; }
p { color: rgb(230,91,15); }
H1.HeaderClassName
{
color: #E65B0F;
}
.AnyTagClassName
{
color: #E65B0F;
}
</style>
background-color css
<style>
a { background-color: #E65B0F; }
a { background-color: rgb(230,91,15); }
div.DivClassName
{
background-color: #E65B0F;
}
.BgClassName
{
background-color: #E65B0F;
}
</style>
border-color css
<style>
span { border-color: #E65B0F; }
span { border-color: rgb(230,91,15); }
td.TdClassName
{
border-color: #E65B0F;
}
.TagClassName
{
border-color: #E65B0F;
}
</style>