Shades of Persimmon #EC630F
Tints of Persimmon #EC630F
RGB
CMYK
RGB Variations
Color information
#EC630F (or 0xEC630F) is known color: Persimmon. HEX triplet: EC, 63 and 0F. RGB value is (236,99,15). Sum of RGB (Red+Green+Blue) = 236+99+15=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC630F is #139CF0. Grayscale: #828282. Windows color (decimal): -1285361 or 1008620. OLE color: 1008620.
HSL color Cylindrical-coordinate representation of color #EC630F: hue angle of 22.81º degrees, saturation: 0.88, 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 #EC630F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.07 |
| HSL | 22.81º | 0.88% | 0.49% | - |
| HSV(B) | 22.81º | 0.94% | 0.93% | - |
| XYZ | 39.14 | 26.79 | 3.56 | - |
| YUV | 130.39 | 62.89 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 15 | 0 | 0.58 | 0.94 | 0.07 | 22.81 | 0.88 | 0.49 |
| Hex | EC | 63 | F | 0 | 3A | 5E | 7 | 17 | 58 | 31 |
| Octal | 354 | 143 | 17 | 0 | 72 | 136 | 7 | 27 | 130 | 61 |
| Binary | 11101100 | 1100011 | 1111 | 0 | 111010 | 1011110 | 111 | 10111 | 1011000 | 110001 |
Color Harmonies of #EC630F
Complementary color
Monochromatic Colors of #EC630F
Black with #EC630F
Text Example
Text Example
White with #EC630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC630F; }
p { color: rgb(236,99,15); }
H1.HeaderClassName
{
color: #EC630F;
}
.AnyTagClassName
{
color: #EC630F;
}
</style>
background-color css
<style>
a { background-color: #EC630F; }
a { background-color: rgb(236,99,15); }
div.DivClassName
{
background-color: #EC630F;
}
.BgClassName
{
background-color: #EC630F;
}
</style>
border-color css
<style>
span { border-color: #EC630F; }
span { border-color: rgb(236,99,15); }
td.TdClassName
{
border-color: #EC630F;
}
.TagClassName
{
border-color: #EC630F;
}
</style>