Shades of Persimmon #EE5F02
Tints of Persimmon #EE5F02
RGB
CMYK
RGB Variations
Color information
#EE5F02 (or 0xEE5F02) is known color: Persimmon. HEX triplet: EE, 5F and 02. RGB value is (238,95,2). Sum of RGB (Red+Green+Blue) = 238+95+2=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F02 is #11A0FD. Grayscale: #7F7F7F. Windows color (decimal): -1155326 or 155630. OLE color: 155630.
HSL color Cylindrical-coordinate representation of color #EE5F02: hue angle of 23.64º 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 #EE5F02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.07 |
| HSL | 23.64º | 0.98% | 0.47% | - |
| HSV(B) | 23.64º | 0.99% | 0.93% | - |
| XYZ | 39.36 | 26.37 | 3.07 | - |
| YUV | 127.16 | 57.38 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 2 | 0 | 0.60 | 0.99 | 0.07 | 23.64 | 0.98 | 0.47 |
| Hex | EE | 5F | 2 | 0 | 3C | 63 | 7 | 18 | 62 | 2F |
| Octal | 356 | 137 | 2 | 0 | 74 | 143 | 7 | 30 | 142 | 57 |
| Binary | 11101110 | 1011111 | 10 | 0 | 111100 | 1100011 | 111 | 11000 | 1100010 | 101111 |
Color Harmonies of #EE5F02
Complementary color
Monochromatic Colors of #EE5F02
Black with #EE5F02
Text Example
Text Example
White with #EE5F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F02; }
p { color: rgb(238,95,2); }
H1.HeaderClassName
{
color: #EE5F02;
}
.AnyTagClassName
{
color: #EE5F02;
}
</style>
background-color css
<style>
a { background-color: #EE5F02; }
a { background-color: rgb(238,95,2); }
div.DivClassName
{
background-color: #EE5F02;
}
.BgClassName
{
background-color: #EE5F02;
}
</style>
border-color css
<style>
span { border-color: #EE5F02; }
span { border-color: rgb(238,95,2); }
td.TdClassName
{
border-color: #EE5F02;
}
.TagClassName
{
border-color: #EE5F02;
}
</style>