Shades of Persimmon #E75C04
Tints of Persimmon #E75C04
RGB
CMYK
RGB Variations
Color information
#E75C04 (or 0xE75C04) is known color: Persimmon. HEX triplet: E7, 5C and 04. RGB value is (231,92,4). Sum of RGB (Red+Green+Blue) = 231+92+4=327 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.64% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C04 is #18A3FB. Grayscale: #7C7C7C. Windows color (decimal): -1614844 or 285927. OLE color: 285927.
HSL color Cylindrical-coordinate representation of color #E75C04: hue angle of 23.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E75C04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.09 |
| HSL | 23.26º | 0.97% | 0.46% | - |
| HSV(B) | 23.26º | 0.98% | 0.91% | - |
| XYZ | 36.8 | 24.65 | 2.93 | - |
| YUV | 123.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 4 | 0 | 0.60 | 0.98 | 0.09 | 23.26 | 0.97 | 0.46 |
| Hex | E7 | 5C | 4 | 0 | 3C | 62 | 9 | 17 | 61 | 2E |
| Octal | 347 | 134 | 4 | 0 | 74 | 142 | 11 | 27 | 141 | 56 |
| Binary | 11100111 | 1011100 | 100 | 0 | 111100 | 1100010 | 1001 | 10111 | 1100001 | 101110 |
Color Harmonies of #E75C04
Complementary color
Monochromatic Colors of #E75C04
Black with #E75C04
Text Example
Text Example
White with #E75C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75C04; }
p { color: rgb(231,92,4); }
H1.HeaderClassName
{
color: #E75C04;
}
.AnyTagClassName
{
color: #E75C04;
}
</style>
background-color css
<style>
a { background-color: #E75C04; }
a { background-color: rgb(231,92,4); }
div.DivClassName
{
background-color: #E75C04;
}
.BgClassName
{
background-color: #E75C04;
}
</style>
border-color css
<style>
span { border-color: #E75C04; }
span { border-color: rgb(231,92,4); }
td.TdClassName
{
border-color: #E75C04;
}
.TagClassName
{
border-color: #E75C04;
}
</style>