Shades of Persimmon #E65C03
Tints of Persimmon #E65C03
RGB
CMYK
RGB Variations
Color information
#E65C03 (or 0xE65C03) is known color: Persimmon. HEX triplet: E6, 5C and 03. RGB value is (230,92,3). Sum of RGB (Red+Green+Blue) = 230+92+3=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C03 is #19A3FC. Grayscale: #7B7B7B. Windows color (decimal): -1680381 or 220390. OLE color: 220390.
HSL color Cylindrical-coordinate representation of color #E65C03: hue angle of 23.52º 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 #E65C03 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.10 |
| HSL | 23.52º | 0.97% | 0.46% | - |
| HSV(B) | 23.52º | 0.99% | 0.9% | - |
| XYZ | 36.48 | 24.48 | 2.89 | - |
| YUV | 123.12 | 60.22 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 3 | 0 | 0.60 | 0.99 | 0.10 | 23.52 | 0.97 | 0.46 |
| Hex | E6 | 5C | 3 | 0 | 3C | 63 | A | 18 | 61 | 2E |
| Octal | 346 | 134 | 3 | 0 | 74 | 143 | 12 | 30 | 141 | 56 |
| Binary | 11100110 | 1011100 | 11 | 0 | 111100 | 1100011 | 1010 | 11000 | 1100001 | 101110 |
Color Harmonies of #E65C03
Complementary color
Monochromatic Colors of #E65C03
Black with #E65C03
Text Example
Text Example
White with #E65C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C03; }
p { color: rgb(230,92,3); }
H1.HeaderClassName
{
color: #E65C03;
}
.AnyTagClassName
{
color: #E65C03;
}
</style>
background-color css
<style>
a { background-color: #E65C03; }
a { background-color: rgb(230,92,3); }
div.DivClassName
{
background-color: #E65C03;
}
.BgClassName
{
background-color: #E65C03;
}
</style>
border-color css
<style>
span { border-color: #E65C03; }
span { border-color: rgb(230,92,3); }
td.TdClassName
{
border-color: #E65C03;
}
.TagClassName
{
border-color: #E65C03;
}
</style>