Shades of Persimmon #EE511D
Tints of Persimmon #EE511D
RGB
CMYK
RGB Variations
Color information
#EE511D (or 0xEE511D) is known color: Persimmon. HEX triplet: EE, 51 and 1D. RGB value is (238,81,29). Sum of RGB (Red+Green+Blue) = 238+81+29=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE511D is #11AEE2. Grayscale: #7A7A7A. Windows color (decimal): -1158883 or 1921518. OLE color: 1921518.
HSL color Cylindrical-coordinate representation of color #EE511D: hue angle of 14.93º 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 #EE511D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 14.93º | 0.86% | 0.52% | - |
| HSV(B) | 14.93º | 0.88% | 0.93% | - |
| XYZ | 38.42 | 24.15 | 3.8 | - |
| YUV | 122.02 | 75.51 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 29 | 0 | 0.66 | 0.88 | 0.07 | 14.93 | 0.86 | 0.52 |
| Hex | EE | 51 | 1D | 0 | 42 | 58 | 7 | F | 56 | 34 |
| Octal | 356 | 121 | 35 | 0 | 102 | 130 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1010001 | 11101 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE511D
Complementary color
Monochromatic Colors of #EE511D
Black with #EE511D
Text Example
Text Example
White with #EE511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE511D; }
p { color: rgb(238,81,29); }
H1.HeaderClassName
{
color: #EE511D;
}
.AnyTagClassName
{
color: #EE511D;
}
</style>
background-color css
<style>
a { background-color: #EE511D; }
a { background-color: rgb(238,81,29); }
div.DivClassName
{
background-color: #EE511D;
}
.BgClassName
{
background-color: #EE511D;
}
</style>
border-color css
<style>
span { border-color: #EE511D; }
span { border-color: rgb(238,81,29); }
td.TdClassName
{
border-color: #EE511D;
}
.TagClassName
{
border-color: #EE511D;
}
</style>