Shades of Persimmon #E65C04
Tints of Persimmon #E65C04
RGB
CMYK
RGB Variations
Color information
#E65C04 (or 0xE65C04) is known color: Persimmon. HEX triplet: E6, 5C and 04. RGB value is (230,92,4). Sum of RGB (Red+Green+Blue) = 230+92+4=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65C04 is #19A3FB. Grayscale: #7B7B7B. Windows color (decimal): -1680380 or 285926. OLE color: 285926.
HSL color Cylindrical-coordinate representation of color #E65C04: hue angle of 23.36º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65C04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.10 |
| HSL | 23.36º | 0.97% | 0.46% | - |
| HSV(B) | 23.36º | 0.98% | 0.9% | - |
| XYZ | 36.48 | 24.49 | 2.92 | - |
| YUV | 123.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 4 | 0 | 0.60 | 0.98 | 0.10 | 23.36 | 0.97 | 0.46 |
| Hex | E6 | 5C | 4 | 0 | 3C | 62 | A | 17 | 61 | 2E |
| Octal | 346 | 134 | 4 | 0 | 74 | 142 | 12 | 27 | 141 | 56 |
| Binary | 11100110 | 1011100 | 100 | 0 | 111100 | 1100010 | 1010 | 10111 | 1100001 | 101110 |
Color Harmonies of #E65C04
Complementary color
Monochromatic Colors of #E65C04
Black with #E65C04
Text Example
Text Example
White with #E65C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C04; }
p { color: rgb(230,92,4); }
H1.HeaderClassName
{
color: #E65C04;
}
.AnyTagClassName
{
color: #E65C04;
}
</style>
background-color css
<style>
a { background-color: #E65C04; }
a { background-color: rgb(230,92,4); }
div.DivClassName
{
background-color: #E65C04;
}
.BgClassName
{
background-color: #E65C04;
}
</style>
border-color css
<style>
span { border-color: #E65C04; }
span { border-color: rgb(230,92,4); }
td.TdClassName
{
border-color: #E65C04;
}
.TagClassName
{
border-color: #E65C04;
}
</style>