Shades of Persimmon #EE6512
Tints of Persimmon #EE6512
RGB
CMYK
RGB Variations
Color information
#EE6512 (or 0xEE6512) is known color: Persimmon. HEX triplet: EE, 65 and 12. RGB value is (238,101,18). Sum of RGB (Red+Green+Blue) = 238+101+18=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6512 is #119AED. Grayscale: #848484. Windows color (decimal): -1153774 or 1205742. OLE color: 1205742.
HSL color Cylindrical-coordinate representation of color #EE6512: hue angle of 22.64º 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 #EE6512 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.07 |
| HSL | 22.64º | 0.87% | 0.5% | - |
| HSV(B) | 22.64º | 0.92% | 0.93% | - |
| XYZ | 40.02 | 27.53 | 3.78 | - |
| YUV | 132.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 18 | 0 | 0.58 | 0.92 | 0.07 | 22.64 | 0.87 | 0.5 |
| Hex | EE | 65 | 12 | 0 | 3A | 5C | 7 | 17 | 57 | 32 |
| Octal | 356 | 145 | 22 | 0 | 72 | 134 | 7 | 27 | 127 | 62 |
| Binary | 11101110 | 1100101 | 10010 | 0 | 111010 | 1011100 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EE6512
Complementary color
Monochromatic Colors of #EE6512
Black with #EE6512
Text Example
Text Example
White with #EE6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6512; }
p { color: rgb(238,101,18); }
H1.HeaderClassName
{
color: #EE6512;
}
.AnyTagClassName
{
color: #EE6512;
}
</style>
background-color css
<style>
a { background-color: #EE6512; }
a { background-color: rgb(238,101,18); }
div.DivClassName
{
background-color: #EE6512;
}
.BgClassName
{
background-color: #EE6512;
}
</style>
border-color css
<style>
span { border-color: #EE6512; }
span { border-color: rgb(238,101,18); }
td.TdClassName
{
border-color: #EE6512;
}
.TagClassName
{
border-color: #EE6512;
}
</style>