Shades of Persimmon #EF630C
Tints of Persimmon #EF630C
RGB
CMYK
RGB Variations
Color information
#EF630C (or 0xEF630C) is known color: Persimmon. HEX triplet: EF, 63 and 0C. RGB value is (239,99,12). Sum of RGB (Red+Green+Blue) = 239+99+12=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF630C is #109CF3. Grayscale: #838383. Windows color (decimal): -1088756 or 812015. OLE color: 812015.
HSL color Cylindrical-coordinate representation of color #EF630C: hue angle of 23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF630C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 12 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.06 |
| HSL | 23º | 0.9% | 0.49% | - |
| HSV(B) | 23º | 0.95% | 0.94% | - |
| XYZ | 40.12 | 27.3 | 3.5 | - |
| YUV | 130.94 | 60.88 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 12 | 0 | 0.59 | 0.95 | 0.06 | 23 | 0.9 | 0.49 |
| Hex | EF | 63 | C | 0 | 3B | 5F | 6 | 17 | 5A | 31 |
| Octal | 357 | 143 | 14 | 0 | 73 | 137 | 6 | 27 | 132 | 61 |
| Binary | 11101111 | 1100011 | 1100 | 0 | 111011 | 1011111 | 110 | 10111 | 1011010 | 110001 |
Color Harmonies of #EF630C
Complementary color
Monochromatic Colors of #EF630C
Black with #EF630C
Text Example
Text Example
White with #EF630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF630C; }
p { color: rgb(239,99,12); }
H1.HeaderClassName
{
color: #EF630C;
}
.AnyTagClassName
{
color: #EF630C;
}
</style>
background-color css
<style>
a { background-color: #EF630C; }
a { background-color: rgb(239,99,12); }
div.DivClassName
{
background-color: #EF630C;
}
.BgClassName
{
background-color: #EF630C;
}
</style>
border-color css
<style>
span { border-color: #EF630C; }
span { border-color: rgb(239,99,12); }
td.TdClassName
{
border-color: #EF630C;
}
.TagClassName
{
border-color: #EF630C;
}
</style>