Shades of Persimmon #EE5714
Tints of Persimmon #EE5714
RGB
CMYK
RGB Variations
Color information
#EE5714 (or 0xEE5714) is known color: Persimmon. HEX triplet: EE, 57 and 14. RGB value is (238,87,20). Sum of RGB (Red+Green+Blue) = 238+87+20=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5714 is #11A8EB. Grayscale: #7C7C7C. Windows color (decimal): -1157356 or 1333230. OLE color: 1333230.
HSL color Cylindrical-coordinate representation of color #EE5714: hue angle of 18.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE5714 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.07 |
| HSL | 18.44º | 0.87% | 0.51% | - |
| HSV(B) | 18.44º | 0.92% | 0.93% | - |
| XYZ | 38.79 | 25.04 | 3.45 | - |
| YUV | 124.51 | 69.03 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 20 | 0 | 0.63 | 0.92 | 0.07 | 18.44 | 0.87 | 0.51 |
| Hex | EE | 57 | 14 | 0 | 3F | 5C | 7 | 12 | 57 | 33 |
| Octal | 356 | 127 | 24 | 0 | 77 | 134 | 7 | 22 | 127 | 63 |
| Binary | 11101110 | 1010111 | 10100 | 0 | 111111 | 1011100 | 111 | 10010 | 1010111 | 110011 |
Color Harmonies of #EE5714
Complementary color
Monochromatic Colors of #EE5714
Black with #EE5714
Text Example
Text Example
White with #EE5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5714; }
p { color: rgb(238,87,20); }
H1.HeaderClassName
{
color: #EE5714;
}
.AnyTagClassName
{
color: #EE5714;
}
</style>
background-color css
<style>
a { background-color: #EE5714; }
a { background-color: rgb(238,87,20); }
div.DivClassName
{
background-color: #EE5714;
}
.BgClassName
{
background-color: #EE5714;
}
</style>
border-color css
<style>
span { border-color: #EE5714; }
span { border-color: rgb(238,87,20); }
td.TdClassName
{
border-color: #EE5714;
}
.TagClassName
{
border-color: #EE5714;
}
</style>