Shades of Persimmon #EB6501
Tints of Persimmon #EB6501
RGB
CMYK
RGB Variations
Color information
#EB6501 (or 0xEB6501) is known color: Persimmon. HEX triplet: EB, 65 and 01. RGB value is (235,101,1). Sum of RGB (Red+Green+Blue) = 235+101+1=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6501 is #149AFE. Grayscale: #828282. Windows color (decimal): -1350399 or 91627. OLE color: 91627.
HSL color Cylindrical-coordinate representation of color #EB6501: hue angle of 25.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB6501 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.08 |
| HSL | 25.64º | 0.99% | 0.46% | - |
| HSV(B) | 25.64º | 1% | 0.92% | - |
| XYZ | 38.92 | 26.97 | 3.18 | - |
| YUV | 129.67 | 55.39 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 1 | 0 | 0.57 | 1.00 | 0.08 | 25.64 | 0.99 | 0.46 |
| Hex | EB | 65 | 1 | 0 | 39 | 64 | 8 | 1A | 63 | 2E |
| Octal | 353 | 145 | 1 | 0 | 71 | 144 | 10 | 32 | 143 | 56 |
| Binary | 11101011 | 1100101 | 1 | 0 | 111001 | 1100100 | 1000 | 11010 | 1100011 | 101110 |
Color Harmonies of #EB6501
Complementary color
Monochromatic Colors of #EB6501
Black with #EB6501
Text Example
Text Example
White with #EB6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6501; }
p { color: rgb(235,101,1); }
H1.HeaderClassName
{
color: #EB6501;
}
.AnyTagClassName
{
color: #EB6501;
}
</style>
background-color css
<style>
a { background-color: #EB6501; }
a { background-color: rgb(235,101,1); }
div.DivClassName
{
background-color: #EB6501;
}
.BgClassName
{
background-color: #EB6501;
}
</style>
border-color css
<style>
span { border-color: #EB6501; }
span { border-color: rgb(235,101,1); }
td.TdClassName
{
border-color: #EB6501;
}
.TagClassName
{
border-color: #EB6501;
}
</style>