Shades of Persimmon #EB650E
Tints of Persimmon #EB650E
RGB
CMYK
RGB Variations
Color information
#EB650E (or 0xEB650E) is known color: Persimmon. HEX triplet: EB, 65 and 0E. RGB value is (235,101,14). Sum of RGB (Red+Green+Blue) = 235+101+14=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB650E is #149AF1. Grayscale: #838383. Windows color (decimal): -1350386 or 943595. OLE color: 943595.
HSL color Cylindrical-coordinate representation of color #EB650E: hue angle of 23.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB650E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.08 |
| HSL | 23.62º | 0.89% | 0.49% | - |
| HSV(B) | 23.62º | 0.94% | 0.92% | - |
| XYZ | 38.99 | 27 | 3.57 | - |
| YUV | 131.15 | 61.89 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 14 | 0 | 0.57 | 0.94 | 0.08 | 23.62 | 0.89 | 0.49 |
| Hex | EB | 65 | E | 0 | 39 | 5E | 8 | 18 | 59 | 31 |
| Octal | 353 | 145 | 16 | 0 | 71 | 136 | 10 | 30 | 131 | 61 |
| Binary | 11101011 | 1100101 | 1110 | 0 | 111001 | 1011110 | 1000 | 11000 | 1011001 | 110001 |
Color Harmonies of #EB650E
Complementary color
Monochromatic Colors of #EB650E
Black with #EB650E
Text Example
Text Example
White with #EB650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB650E; }
p { color: rgb(235,101,14); }
H1.HeaderClassName
{
color: #EB650E;
}
.AnyTagClassName
{
color: #EB650E;
}
</style>
background-color css
<style>
a { background-color: #EB650E; }
a { background-color: rgb(235,101,14); }
div.DivClassName
{
background-color: #EB650E;
}
.BgClassName
{
background-color: #EB650E;
}
</style>
border-color css
<style>
span { border-color: #EB650E; }
span { border-color: rgb(235,101,14); }
td.TdClassName
{
border-color: #EB650E;
}
.TagClassName
{
border-color: #EB650E;
}
</style>