Shades of Persimmon #EE5712
Tints of Persimmon #EE5712
RGB
CMYK
RGB Variations
Color information
#EE5712 (or 0xEE5712) is known color: Persimmon. HEX triplet: EE, 57 and 12. RGB value is (238,87,18). Sum of RGB (Red+Green+Blue) = 238+87+18=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5712 is #11A8ED. Grayscale: #7C7C7C. Windows color (decimal): -1157358 or 1202158. OLE color: 1202158.
HSL color Cylindrical-coordinate representation of color #EE5712: hue angle of 18.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE5712 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 18 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.07 |
| HSL | 18.82º | 0.87% | 0.5% | - |
| HSV(B) | 18.82º | 0.92% | 0.93% | - |
| XYZ | 38.78 | 25.04 | 3.36 | - |
| YUV | 124.28 | 68.03 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 18 | 0 | 0.63 | 0.92 | 0.07 | 18.82 | 0.87 | 0.5 |
| Hex | EE | 57 | 12 | 0 | 3F | 5C | 7 | 13 | 57 | 32 |
| Octal | 356 | 127 | 22 | 0 | 77 | 134 | 7 | 23 | 127 | 62 |
| Binary | 11101110 | 1010111 | 10010 | 0 | 111111 | 1011100 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EE5712
Complementary color
Monochromatic Colors of #EE5712
Black with #EE5712
Text Example
Text Example
White with #EE5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5712; }
p { color: rgb(238,87,18); }
H1.HeaderClassName
{
color: #EE5712;
}
.AnyTagClassName
{
color: #EE5712;
}
</style>
background-color css
<style>
a { background-color: #EE5712; }
a { background-color: rgb(238,87,18); }
div.DivClassName
{
background-color: #EE5712;
}
.BgClassName
{
background-color: #EE5712;
}
</style>
border-color css
<style>
span { border-color: #EE5712; }
span { border-color: rgb(238,87,18); }
td.TdClassName
{
border-color: #EE5712;
}
.TagClassName
{
border-color: #EE5712;
}
</style>