Shades of Persimmon #EC660C
Tints of Persimmon #EC660C
RGB
CMYK
RGB Variations
Color information
#EC660C (or 0xEC660C) is known color: Persimmon. HEX triplet: EC, 66 and 0C. RGB value is (236,102,12). Sum of RGB (Red+Green+Blue) = 236+102+12=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC660C is #1399F3. Grayscale: #848484. Windows color (decimal): -1284596 or 812780. OLE color: 812780.
HSL color Cylindrical-coordinate representation of color #EC660C: hue angle of 24.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC660C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.07 |
| HSL | 24.11º | 0.9% | 0.49% | - |
| HSV(B) | 24.11º | 0.95% | 0.93% | - |
| XYZ | 39.41 | 27.36 | 3.55 | - |
| YUV | 131.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 12 | 0 | 0.57 | 0.95 | 0.07 | 24.11 | 0.9 | 0.49 |
| Hex | EC | 66 | C | 0 | 39 | 5F | 7 | 18 | 5A | 31 |
| Octal | 354 | 146 | 14 | 0 | 71 | 137 | 7 | 30 | 132 | 61 |
| Binary | 11101100 | 1100110 | 1100 | 0 | 111001 | 1011111 | 111 | 11000 | 1011010 | 110001 |
Color Harmonies of #EC660C
Complementary color
Monochromatic Colors of #EC660C
Black with #EC660C
Text Example
Text Example
White with #EC660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC660C; }
p { color: rgb(236,102,12); }
H1.HeaderClassName
{
color: #EC660C;
}
.AnyTagClassName
{
color: #EC660C;
}
</style>
background-color css
<style>
a { background-color: #EC660C; }
a { background-color: rgb(236,102,12); }
div.DivClassName
{
background-color: #EC660C;
}
.BgClassName
{
background-color: #EC660C;
}
</style>
border-color css
<style>
span { border-color: #EC660C; }
span { border-color: rgb(236,102,12); }
td.TdClassName
{
border-color: #EC660C;
}
.TagClassName
{
border-color: #EC660C;
}
</style>