Shades of Persimmon #EE520D
Tints of Persimmon #EE520D
RGB
CMYK
RGB Variations
Color information
#EE520D (or 0xEE520D) is known color: Persimmon. HEX triplet: EE, 52 and 0D. RGB value is (238,82,13). Sum of RGB (Red+Green+Blue) = 238+82+13=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE520D is #11ADF2. Grayscale: #797979. Windows color (decimal): -1158643 or 873198. OLE color: 873198.
HSL color Cylindrical-coordinate representation of color #EE520D: hue angle of 18.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE520D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.07 |
| HSL | 18.4º | 0.9% | 0.49% | - |
| HSV(B) | 18.4º | 0.95% | 0.93% | - |
| XYZ | 38.35 | 24.24 | 3.04 | - |
| YUV | 120.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 13 | 0 | 0.66 | 0.95 | 0.07 | 18.4 | 0.9 | 0.49 |
| Hex | EE | 52 | D | 0 | 42 | 5F | 7 | 12 | 5A | 31 |
| Octal | 356 | 122 | 15 | 0 | 102 | 137 | 7 | 22 | 132 | 61 |
| Binary | 11101110 | 1010010 | 1101 | 0 | 1000010 | 1011111 | 111 | 10010 | 1011010 | 110001 |
Color Harmonies of #EE520D
Complementary color
Monochromatic Colors of #EE520D
Black with #EE520D
Text Example
Text Example
White with #EE520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE520D; }
p { color: rgb(238,82,13); }
H1.HeaderClassName
{
color: #EE520D;
}
.AnyTagClassName
{
color: #EE520D;
}
</style>
background-color css
<style>
a { background-color: #EE520D; }
a { background-color: rgb(238,82,13); }
div.DivClassName
{
background-color: #EE520D;
}
.BgClassName
{
background-color: #EE520D;
}
</style>
border-color css
<style>
span { border-color: #EE520D; }
span { border-color: rgb(238,82,13); }
td.TdClassName
{
border-color: #EE520D;
}
.TagClassName
{
border-color: #EE520D;
}
</style>