Shades of Persimmon #E2550C
Tints of Persimmon #E2550C
RGB
CMYK
RGB Variations
Color information
#E2550C (or 0xE2550C) is known color: Persimmon. HEX triplet: E2, 55 and 0C. RGB value is (226,85,12). Sum of RGB (Red+Green+Blue) = 226+85+12=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E2550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2550C is #1DAAF3. Grayscale: #777777. Windows color (decimal): -1944308 or 808418. OLE color: 808418.
HSL color Cylindrical-coordinate representation of color #E2550C: hue angle of 20.47º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2550C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.11 |
| HSL | 20.47º | 0.9% | 0.47% | - |
| HSV(B) | 20.47º | 0.95% | 0.89% | - |
| XYZ | 34.68 | 22.69 | 2.9 | - |
| YUV | 118.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 12 | 0 | 0.62 | 0.95 | 0.11 | 20.47 | 0.9 | 0.47 |
| Hex | E2 | 55 | C | 0 | 3E | 5F | B | 14 | 5A | 2F |
| Octal | 342 | 125 | 14 | 0 | 76 | 137 | 13 | 24 | 132 | 57 |
| Binary | 11100010 | 1010101 | 1100 | 0 | 111110 | 1011111 | 1011 | 10100 | 1011010 | 101111 |
Color Harmonies of #E2550C
Complementary color
Monochromatic Colors of #E2550C
Black with #E2550C
Text Example
Text Example
White with #E2550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2550C; }
p { color: rgb(226,85,12); }
H1.HeaderClassName
{
color: #E2550C;
}
.AnyTagClassName
{
color: #E2550C;
}
</style>
background-color css
<style>
a { background-color: #E2550C; }
a { background-color: rgb(226,85,12); }
div.DivClassName
{
background-color: #E2550C;
}
.BgClassName
{
background-color: #E2550C;
}
</style>
border-color css
<style>
span { border-color: #E2550C; }
span { border-color: rgb(226,85,12); }
td.TdClassName
{
border-color: #E2550C;
}
.TagClassName
{
border-color: #E2550C;
}
</style>