Shades of Persimmon #EE630E
Tints of Persimmon #EE630E
RGB
CMYK
RGB Variations
Color information
#EE630E (or 0xEE630E) is known color: Persimmon. HEX triplet: EE, 63 and 0E. RGB value is (238,99,14). Sum of RGB (Red+Green+Blue) = 238+99+14=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE630E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE630E is #119CF1. Grayscale: #838383. Windows color (decimal): -1154290 or 943086. OLE color: 943086.
HSL color Cylindrical-coordinate representation of color #EE630E: hue angle of 22.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE630E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 22.77º | 0.89% | 0.49% | - |
| HSV(B) | 22.77º | 0.94% | 0.93% | - |
| XYZ | 39.8 | 27.13 | 3.55 | - |
| YUV | 130.87 | 62.05 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 14 | 0 | 0.58 | 0.94 | 0.07 | 22.77 | 0.89 | 0.49 |
| Hex | EE | 63 | E | 0 | 3A | 5E | 7 | 17 | 59 | 31 |
| Octal | 356 | 143 | 16 | 0 | 72 | 136 | 7 | 27 | 131 | 61 |
| Binary | 11101110 | 1100011 | 1110 | 0 | 111010 | 1011110 | 111 | 10111 | 1011001 | 110001 |
Color Harmonies of #EE630E
Complementary color
Monochromatic Colors of #EE630E
Black with #EE630E
Text Example
Text Example
White with #EE630E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE630E; }
p { color: rgb(238,99,14); }
H1.HeaderClassName
{
color: #EE630E;
}
.AnyTagClassName
{
color: #EE630E;
}
</style>
background-color css
<style>
a { background-color: #EE630E; }
a { background-color: rgb(238,99,14); }
div.DivClassName
{
background-color: #EE630E;
}
.BgClassName
{
background-color: #EE630E;
}
</style>
border-color css
<style>
span { border-color: #EE630E; }
span { border-color: rgb(238,99,14); }
td.TdClassName
{
border-color: #EE630E;
}
.TagClassName
{
border-color: #EE630E;
}
</style>