Shades of Persimmon #EE5E1C
Tints of Persimmon #EE5E1C
RGB
CMYK
RGB Variations
Color information
#EE5E1C (or 0xEE5E1C) is known color: Persimmon. HEX triplet: EE, 5E and 1C. RGB value is (238,94,28). Sum of RGB (Red+Green+Blue) = 238+94+28=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5E1C is #11A1E3. Grayscale: #818181. Windows color (decimal): -1155556 or 1859310. OLE color: 1859310.
HSL color Cylindrical-coordinate representation of color #EE5E1C: hue angle of 18.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE5E1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.07 |
| HSL | 18.86º | 0.86% | 0.52% | - |
| HSV(B) | 18.86º | 0.88% | 0.93% | - |
| XYZ | 39.47 | 26.27 | 4.09 | - |
| YUV | 129.53 | 70.71 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 28 | 0 | 0.61 | 0.88 | 0.07 | 18.86 | 0.86 | 0.52 |
| Hex | EE | 5E | 1C | 0 | 3D | 58 | 7 | 13 | 56 | 34 |
| Octal | 356 | 136 | 34 | 0 | 75 | 130 | 7 | 23 | 126 | 64 |
| Binary | 11101110 | 1011110 | 11100 | 0 | 111101 | 1011000 | 111 | 10011 | 1010110 | 110100 |
Color Harmonies of #EE5E1C
Complementary color
Monochromatic Colors of #EE5E1C
Black with #EE5E1C
Text Example
Text Example
White with #EE5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E1C; }
p { color: rgb(238,94,28); }
H1.HeaderClassName
{
color: #EE5E1C;
}
.AnyTagClassName
{
color: #EE5E1C;
}
</style>
background-color css
<style>
a { background-color: #EE5E1C; }
a { background-color: rgb(238,94,28); }
div.DivClassName
{
background-color: #EE5E1C;
}
.BgClassName
{
background-color: #EE5E1C;
}
</style>
border-color css
<style>
span { border-color: #EE5E1C; }
span { border-color: rgb(238,94,28); }
td.TdClassName
{
border-color: #EE5E1C;
}
.TagClassName
{
border-color: #EE5E1C;
}
</style>