Shades of Persimmon #EE5319
Tints of Persimmon #EE5319
RGB
CMYK
RGB Variations
Color information
#EE5319 (or 0xEE5319) is known color: Persimmon. HEX triplet: EE, 53 and 19. RGB value is (238,83,25). Sum of RGB (Red+Green+Blue) = 238+83+25=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5319 is #11ACE6. Grayscale: #7B7B7B. Windows color (decimal): -1158375 or 1659886. OLE color: 1659886.
HSL color Cylindrical-coordinate representation of color #EE5319: hue angle of 16.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE5319 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.07 |
| HSL | 16.34º | 0.86% | 0.52% | - |
| HSV(B) | 16.34º | 0.89% | 0.93% | - |
| XYZ | 38.53 | 24.43 | 3.61 | - |
| YUV | 122.73 | 72.85 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 25 | 0 | 0.65 | 0.89 | 0.07 | 16.34 | 0.86 | 0.52 |
| Hex | EE | 53 | 19 | 0 | 41 | 59 | 7 | 10 | 56 | 34 |
| Octal | 356 | 123 | 31 | 0 | 101 | 131 | 7 | 20 | 126 | 64 |
| Binary | 11101110 | 1010011 | 11001 | 0 | 1000001 | 1011001 | 111 | 10000 | 1010110 | 110100 |
Color Harmonies of #EE5319
Complementary color
Monochromatic Colors of #EE5319
Black with #EE5319
Text Example
Text Example
White with #EE5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5319; }
p { color: rgb(238,83,25); }
H1.HeaderClassName
{
color: #EE5319;
}
.AnyTagClassName
{
color: #EE5319;
}
</style>
background-color css
<style>
a { background-color: #EE5319; }
a { background-color: rgb(238,83,25); }
div.DivClassName
{
background-color: #EE5319;
}
.BgClassName
{
background-color: #EE5319;
}
</style>
border-color css
<style>
span { border-color: #EE5319; }
span { border-color: rgb(238,83,25); }
td.TdClassName
{
border-color: #EE5319;
}
.TagClassName
{
border-color: #EE5319;
}
</style>