Shades of Persimmon #E6501C
Tints of Persimmon #E6501C
RGB
CMYK
RGB Variations
Color information
#E6501C (or 0xE6501C) is known color: Persimmon. HEX triplet: E6, 50 and 1C. RGB value is (230,80,28). Sum of RGB (Red+Green+Blue) = 230+80+28=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6501C is #19AFE3. Grayscale: #777777. Windows color (decimal): -1683428 or 1855718. OLE color: 1855718.
HSL color Cylindrical-coordinate representation of color #E6501C: hue angle of 15.45º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6501C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.10 |
| HSL | 15.45º | 0.8% | 0.51% | - |
| HSV(B) | 15.45º | 0.88% | 0.9% | - |
| XYZ | 35.71 | 22.64 | 3.59 | - |
| YUV | 118.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 28 | 0 | 0.65 | 0.88 | 0.10 | 15.45 | 0.8 | 0.51 |
| Hex | E6 | 50 | 1C | 0 | 41 | 58 | A | F | 50 | 33 |
| Octal | 346 | 120 | 34 | 0 | 101 | 130 | 12 | 17 | 120 | 63 |
| Binary | 11100110 | 1010000 | 11100 | 0 | 1000001 | 1011000 | 1010 | 1111 | 1010000 | 110011 |
Color Harmonies of #E6501C
Complementary color
Monochromatic Colors of #E6501C
Black with #E6501C
Text Example
Text Example
White with #E6501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6501C; }
p { color: rgb(230,80,28); }
H1.HeaderClassName
{
color: #E6501C;
}
.AnyTagClassName
{
color: #E6501C;
}
</style>
background-color css
<style>
a { background-color: #E6501C; }
a { background-color: rgb(230,80,28); }
div.DivClassName
{
background-color: #E6501C;
}
.BgClassName
{
background-color: #E6501C;
}
</style>
border-color css
<style>
span { border-color: #E6501C; }
span { border-color: rgb(230,80,28); }
td.TdClassName
{
border-color: #E6501C;
}
.TagClassName
{
border-color: #E6501C;
}
</style>