Shades of Persimmon #E5600C
Tints of Persimmon #E5600C
RGB
CMYK
RGB Variations
Color information
#E5600C (or 0xE5600C) is known color: Persimmon. HEX triplet: E5, 60 and 0C. RGB value is (229,96,12). Sum of RGB (Red+Green+Blue) = 229+96+12=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5600C is #1A9FF3. Grayscale: #7E7E7E. Windows color (decimal): -1744884 or 811237. OLE color: 811237.
HSL color Cylindrical-coordinate representation of color #E5600C: hue angle of 23.23º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5600C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.10 |
| HSL | 23.23º | 0.9% | 0.47% | - |
| HSV(B) | 23.23º | 0.95% | 0.9% | - |
| XYZ | 36.56 | 25.05 | 3.26 | - |
| YUV | 126.19 | 63.56 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 12 | 0 | 0.58 | 0.95 | 0.10 | 23.23 | 0.9 | 0.47 |
| Hex | E5 | 60 | C | 0 | 3A | 5F | A | 17 | 5A | 2F |
| Octal | 345 | 140 | 14 | 0 | 72 | 137 | 12 | 27 | 132 | 57 |
| Binary | 11100101 | 1100000 | 1100 | 0 | 111010 | 1011111 | 1010 | 10111 | 1011010 | 101111 |
Color Harmonies of #E5600C
Complementary color
Monochromatic Colors of #E5600C
Black with #E5600C
Text Example
Text Example
White with #E5600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5600C; }
p { color: rgb(229,96,12); }
H1.HeaderClassName
{
color: #E5600C;
}
.AnyTagClassName
{
color: #E5600C;
}
</style>
background-color css
<style>
a { background-color: #E5600C; }
a { background-color: rgb(229,96,12); }
div.DivClassName
{
background-color: #E5600C;
}
.BgClassName
{
background-color: #E5600C;
}
</style>
border-color css
<style>
span { border-color: #E5600C; }
span { border-color: rgb(229,96,12); }
td.TdClassName
{
border-color: #E5600C;
}
.TagClassName
{
border-color: #E5600C;
}
</style>