Shades of Persimmon #EE5101
Tints of Persimmon #EE5101
RGB
CMYK
RGB Variations
Color information
#EE5101 (or 0xEE5101) is known color: Persimmon. HEX triplet: EE, 51 and 01. RGB value is (238,81,1). Sum of RGB (Red+Green+Blue) = 238+81+1=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5101 is #11AEFE. Grayscale: #777777. Windows color (decimal): -1158911 or 86510. OLE color: 86510.
HSL color Cylindrical-coordinate representation of color #EE5101: hue angle of 20.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5101 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.07 |
| HSL | 20.25º | 0.99% | 0.47% | - |
| HSV(B) | 20.25º | 1% | 0.93% | - |
| XYZ | 38.21 | 24.06 | 2.66 | - |
| YUV | 118.82 | 61.51 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 1 | 0 | 0.66 | 1.00 | 0.07 | 20.25 | 0.99 | 0.47 |
| Hex | EE | 51 | 1 | 0 | 42 | 64 | 7 | 14 | 63 | 2F |
| Octal | 356 | 121 | 1 | 0 | 102 | 144 | 7 | 24 | 143 | 57 |
| Binary | 11101110 | 1010001 | 1 | 0 | 1000010 | 1100100 | 111 | 10100 | 1100011 | 101111 |
Color Harmonies of #EE5101
Complementary color
Monochromatic Colors of #EE5101
Black with #EE5101
Text Example
Text Example
White with #EE5101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5101; }
p { color: rgb(238,81,1); }
H1.HeaderClassName
{
color: #EE5101;
}
.AnyTagClassName
{
color: #EE5101;
}
</style>
background-color css
<style>
a { background-color: #EE5101; }
a { background-color: rgb(238,81,1); }
div.DivClassName
{
background-color: #EE5101;
}
.BgClassName
{
background-color: #EE5101;
}
</style>
border-color css
<style>
span { border-color: #EE5101; }
span { border-color: rgb(238,81,1); }
td.TdClassName
{
border-color: #EE5101;
}
.TagClassName
{
border-color: #EE5101;
}
</style>