Shades of Persimmon #E65003
Tints of Persimmon #E65003
RGB
CMYK
RGB Variations
Color information
#E65003 (or 0xE65003) is known color: Persimmon. HEX triplet: E6, 50 and 03. RGB value is (230,80,3). Sum of RGB (Red+Green+Blue) = 230+80+3=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E65003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65003 is #19AFFC. Grayscale: #747474. Windows color (decimal): -1683453 or 217318. OLE color: 217318.
HSL color Cylindrical-coordinate representation of color #E65003: hue angle of 20.35º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E65003 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.10 |
| HSL | 20.35º | 0.97% | 0.46% | - |
| HSV(B) | 20.35º | 0.99% | 0.9% | - |
| XYZ | 35.52 | 22.57 | 2.57 | - |
| YUV | 116.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 3 | 0 | 0.65 | 0.99 | 0.10 | 20.35 | 0.97 | 0.46 |
| Hex | E6 | 50 | 3 | 0 | 41 | 63 | A | 14 | 61 | 2E |
| Octal | 346 | 120 | 3 | 0 | 101 | 143 | 12 | 24 | 141 | 56 |
| Binary | 11100110 | 1010000 | 11 | 0 | 1000001 | 1100011 | 1010 | 10100 | 1100001 | 101110 |
Color Harmonies of #E65003
Complementary color
Monochromatic Colors of #E65003
Black with #E65003
Text Example
Text Example
White with #E65003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65003; }
p { color: rgb(230,80,3); }
H1.HeaderClassName
{
color: #E65003;
}
.AnyTagClassName
{
color: #E65003;
}
</style>
background-color css
<style>
a { background-color: #E65003; }
a { background-color: rgb(230,80,3); }
div.DivClassName
{
background-color: #E65003;
}
.BgClassName
{
background-color: #E65003;
}
</style>
border-color css
<style>
span { border-color: #E65003; }
span { border-color: rgb(230,80,3); }
td.TdClassName
{
border-color: #E65003;
}
.TagClassName
{
border-color: #E65003;
}
</style>