Shades of Persimmon #EC600B
Tints of Persimmon #EC600B
RGB
CMYK
RGB Variations
Color information
#EC600B (or 0xEC600B) is known color: Persimmon. HEX triplet: EC, 60 and 0B. RGB value is (236,96,11). Sum of RGB (Red+Green+Blue) = 236+96+11=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC600B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC600B is #139FF4. Grayscale: #808080. Windows color (decimal): -1286133 or 745708. OLE color: 745708.
HSL color Cylindrical-coordinate representation of color #EC600B: hue angle of 22.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC600B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 22.67º | 0.91% | 0.48% | - |
| HSV(B) | 22.67º | 0.95% | 0.93% | - |
| XYZ | 38.84 | 26.22 | 3.33 | - |
| YUV | 128.17 | 61.88 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 11 | 0 | 0.59 | 0.95 | 0.07 | 22.67 | 0.91 | 0.48 |
| Hex | EC | 60 | B | 0 | 3B | 5F | 7 | 17 | 5B | 30 |
| Octal | 354 | 140 | 13 | 0 | 73 | 137 | 7 | 27 | 133 | 60 |
| Binary | 11101100 | 1100000 | 1011 | 0 | 111011 | 1011111 | 111 | 10111 | 1011011 | 110000 |
Color Harmonies of #EC600B
Complementary color
Monochromatic Colors of #EC600B
Black with #EC600B
Text Example
Text Example
White with #EC600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC600B; }
p { color: rgb(236,96,11); }
H1.HeaderClassName
{
color: #EC600B;
}
.AnyTagClassName
{
color: #EC600B;
}
</style>
background-color css
<style>
a { background-color: #EC600B; }
a { background-color: rgb(236,96,11); }
div.DivClassName
{
background-color: #EC600B;
}
.BgClassName
{
background-color: #EC600B;
}
</style>
border-color css
<style>
span { border-color: #EC600B; }
span { border-color: rgb(236,96,11); }
td.TdClassName
{
border-color: #EC600B;
}
.TagClassName
{
border-color: #EC600B;
}
</style>