Shades of Persimmon #EC530B
Tints of Persimmon #EC530B
RGB
CMYK
RGB Variations
Color information
#EC530B (or 0xEC530B) is known color: Persimmon. HEX triplet: EC, 53 and 0B. RGB value is (236,83,11). Sum of RGB (Red+Green+Blue) = 236+83+11=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC530B is #13ACF4. Grayscale: #787878. Windows color (decimal): -1289461 or 742380. OLE color: 742380.
HSL color Cylindrical-coordinate representation of color #EC530B: hue angle of 19.2º 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 #EC530B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.07 |
| HSL | 19.2º | 0.91% | 0.48% | - |
| HSV(B) | 19.2º | 0.95% | 0.93% | - |
| XYZ | 37.75 | 24.04 | 2.97 | - |
| YUV | 120.54 | 66.19 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 11 | 0 | 0.65 | 0.95 | 0.07 | 19.2 | 0.91 | 0.48 |
| Hex | EC | 53 | B | 0 | 41 | 5F | 7 | 13 | 5B | 30 |
| Octal | 354 | 123 | 13 | 0 | 101 | 137 | 7 | 23 | 133 | 60 |
| Binary | 11101100 | 1010011 | 1011 | 0 | 1000001 | 1011111 | 111 | 10011 | 1011011 | 110000 |
Color Harmonies of #EC530B
Complementary color
Monochromatic Colors of #EC530B
Black with #EC530B
Text Example
Text Example
White with #EC530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC530B; }
p { color: rgb(236,83,11); }
H1.HeaderClassName
{
color: #EC530B;
}
.AnyTagClassName
{
color: #EC530B;
}
</style>
background-color css
<style>
a { background-color: #EC530B; }
a { background-color: rgb(236,83,11); }
div.DivClassName
{
background-color: #EC530B;
}
.BgClassName
{
background-color: #EC530B;
}
</style>
border-color css
<style>
span { border-color: #EC530B; }
span { border-color: rgb(236,83,11); }
td.TdClassName
{
border-color: #EC530B;
}
.TagClassName
{
border-color: #EC530B;
}
</style>