Shades of Persimmon #EE630F
Tints of Persimmon #EE630F
RGB
CMYK
RGB Variations
Color information
#EE630F (or 0xEE630F) is known color: Persimmon. HEX triplet: EE, 63 and 0F. RGB value is (238,99,15). Sum of RGB (Red+Green+Blue) = 238+99+15=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE630F is #119CF0. Grayscale: #838383. Windows color (decimal): -1154289 or 1008622. OLE color: 1008622.
HSL color Cylindrical-coordinate representation of color #EE630F: hue angle of 22.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE630F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 22.6º | 0.88% | 0.5% | - |
| HSV(B) | 22.6º | 0.94% | 0.93% | - |
| XYZ | 39.81 | 27.14 | 3.59 | - |
| YUV | 130.99 | 62.55 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 15 | 0 | 0.58 | 0.94 | 0.07 | 22.6 | 0.88 | 0.5 |
| Hex | EE | 63 | F | 0 | 3A | 5E | 7 | 17 | 58 | 32 |
| Octal | 356 | 143 | 17 | 0 | 72 | 136 | 7 | 27 | 130 | 62 |
| Binary | 11101110 | 1100011 | 1111 | 0 | 111010 | 1011110 | 111 | 10111 | 1011000 | 110010 |
Color Harmonies of #EE630F
Complementary color
Monochromatic Colors of #EE630F
Black with #EE630F
Text Example
Text Example
White with #EE630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE630F; }
p { color: rgb(238,99,15); }
H1.HeaderClassName
{
color: #EE630F;
}
.AnyTagClassName
{
color: #EE630F;
}
</style>
background-color css
<style>
a { background-color: #EE630F; }
a { background-color: rgb(238,99,15); }
div.DivClassName
{
background-color: #EE630F;
}
.BgClassName
{
background-color: #EE630F;
}
</style>
border-color css
<style>
span { border-color: #EE630F; }
span { border-color: rgb(238,99,15); }
td.TdClassName
{
border-color: #EE630F;
}
.TagClassName
{
border-color: #EE630F;
}
</style>