Shades of Persimmon #EE6312
Tints of Persimmon #EE6312
RGB
CMYK
RGB Variations
Color information
#EE6312 (or 0xEE6312) is known color: Persimmon. HEX triplet: EE, 63 and 12. RGB value is (238,99,18). Sum of RGB (Red+Green+Blue) = 238+99+18=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6312 is #119CED. Grayscale: #838383. Windows color (decimal): -1154286 or 1205230. OLE color: 1205230.
HSL color Cylindrical-coordinate representation of color #EE6312: hue angle of 22.09º 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 #EE6312 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 22.09º | 0.87% | 0.5% | - |
| HSV(B) | 22.09º | 0.92% | 0.93% | - |
| XYZ | 39.83 | 27.14 | 3.71 | - |
| YUV | 131.33 | 64.05 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 18 | 0 | 0.58 | 0.92 | 0.07 | 22.09 | 0.87 | 0.5 |
| Hex | EE | 63 | 12 | 0 | 3A | 5C | 7 | 16 | 57 | 32 |
| Octal | 356 | 143 | 22 | 0 | 72 | 134 | 7 | 26 | 127 | 62 |
| Binary | 11101110 | 1100011 | 10010 | 0 | 111010 | 1011100 | 111 | 10110 | 1010111 | 110010 |
Color Harmonies of #EE6312
Complementary color
Monochromatic Colors of #EE6312
Black with #EE6312
Text Example
Text Example
White with #EE6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6312; }
p { color: rgb(238,99,18); }
H1.HeaderClassName
{
color: #EE6312;
}
.AnyTagClassName
{
color: #EE6312;
}
</style>
background-color css
<style>
a { background-color: #EE6312; }
a { background-color: rgb(238,99,18); }
div.DivClassName
{
background-color: #EE6312;
}
.BgClassName
{
background-color: #EE6312;
}
</style>
border-color css
<style>
span { border-color: #EE6312; }
span { border-color: rgb(238,99,18); }
td.TdClassName
{
border-color: #EE6312;
}
.TagClassName
{
border-color: #EE6312;
}
</style>