Shades of Persimmon #EE5702
Tints of Persimmon #EE5702
RGB
CMYK
RGB Variations
Color information
#EE5702 (or 0xEE5702) is known color: Persimmon. HEX triplet: EE, 57 and 02. RGB value is (238,87,2). Sum of RGB (Red+Green+Blue) = 238+87+2=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5702 is #11A8FD. Grayscale: #7A7A7A. Windows color (decimal): -1157374 or 153582. OLE color: 153582.
HSL color Cylindrical-coordinate representation of color #EE5702: hue angle of 21.61º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE5702 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.07 |
| HSL | 21.61º | 0.98% | 0.47% | - |
| HSV(B) | 21.61º | 0.99% | 0.93% | - |
| XYZ | 38.68 | 25 | 2.84 | - |
| YUV | 122.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 2 | 0 | 0.63 | 0.99 | 0.07 | 21.61 | 0.98 | 0.47 |
| Hex | EE | 57 | 2 | 0 | 3F | 63 | 7 | 16 | 62 | 2F |
| Octal | 356 | 127 | 2 | 0 | 77 | 143 | 7 | 26 | 142 | 57 |
| Binary | 11101110 | 1010111 | 10 | 0 | 111111 | 1100011 | 111 | 10110 | 1100010 | 101111 |
Color Harmonies of #EE5702
Complementary color
Monochromatic Colors of #EE5702
Black with #EE5702
Text Example
Text Example
White with #EE5702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5702; }
p { color: rgb(238,87,2); }
H1.HeaderClassName
{
color: #EE5702;
}
.AnyTagClassName
{
color: #EE5702;
}
</style>
background-color css
<style>
a { background-color: #EE5702; }
a { background-color: rgb(238,87,2); }
div.DivClassName
{
background-color: #EE5702;
}
.BgClassName
{
background-color: #EE5702;
}
</style>
border-color css
<style>
span { border-color: #EE5702; }
span { border-color: rgb(238,87,2); }
td.TdClassName
{
border-color: #EE5702;
}
.TagClassName
{
border-color: #EE5702;
}
</style>