Shades of Persimmon #EE501D
Tints of Persimmon #EE501D
RGB
CMYK
RGB Variations
Color information
#EE501D (or 0xEE501D) is known color: Persimmon. HEX triplet: EE, 50 and 1D. RGB value is (238,80,29). Sum of RGB (Red+Green+Blue) = 238+80+29=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE501D is #11AFE2. Grayscale: #797979. Windows color (decimal): -1159139 or 1921262. OLE color: 1921262.
HSL color Cylindrical-coordinate representation of color #EE501D: hue angle of 14.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE501D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 14.64º | 0.86% | 0.52% | - |
| HSV(B) | 14.64º | 0.88% | 0.93% | - |
| XYZ | 38.35 | 24 | 3.77 | - |
| YUV | 121.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 29 | 0 | 0.66 | 0.88 | 0.07 | 14.64 | 0.86 | 0.52 |
| Hex | EE | 50 | 1D | 0 | 42 | 58 | 7 | F | 56 | 34 |
| Octal | 356 | 120 | 35 | 0 | 102 | 130 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1010000 | 11101 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE501D
Complementary color
Monochromatic Colors of #EE501D
Black with #EE501D
Text Example
Text Example
White with #EE501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE501D; }
p { color: rgb(238,80,29); }
H1.HeaderClassName
{
color: #EE501D;
}
.AnyTagClassName
{
color: #EE501D;
}
</style>
background-color css
<style>
a { background-color: #EE501D; }
a { background-color: rgb(238,80,29); }
div.DivClassName
{
background-color: #EE501D;
}
.BgClassName
{
background-color: #EE501D;
}
</style>
border-color css
<style>
span { border-color: #EE501D; }
span { border-color: rgb(238,80,29); }
td.TdClassName
{
border-color: #EE501D;
}
.TagClassName
{
border-color: #EE501D;
}
</style>