Shades of Persimmon #EB4F0C
Tints of Persimmon #EB4F0C
RGB
CMYK
RGB Variations
Color information
#EB4F0C (or 0xEB4F0C) is known color: Persimmon. HEX triplet: EB, 4F and 0C. RGB value is (235,79,12). Sum of RGB (Red+Green+Blue) = 235+79+12=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB4F0C is #14B0F3. Grayscale: #767676. Windows color (decimal): -1356020 or 806891. OLE color: 806891.
HSL color Cylindrical-coordinate representation of color #EB4F0C: hue angle of 18.03º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB4F0C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 79 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.08 |
| HSL | 18.03º | 0.9% | 0.48% | - |
| HSV(B) | 18.03º | 0.95% | 0.92% | - |
| XYZ | 37.12 | 23.28 | 2.88 | - |
| YUV | 118.01 | 68.18 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 79 | 12 | 0 | 0.66 | 0.95 | 0.08 | 18.03 | 0.9 | 0.48 |
| Hex | EB | 4F | C | 0 | 42 | 5F | 8 | 12 | 5A | 30 |
| Octal | 353 | 117 | 14 | 0 | 102 | 137 | 10 | 22 | 132 | 60 |
| Binary | 11101011 | 1001111 | 1100 | 0 | 1000010 | 1011111 | 1000 | 10010 | 1011010 | 110000 |
Color Harmonies of #EB4F0C
Complementary color
Monochromatic Colors of #EB4F0C
Black with #EB4F0C
Text Example
Text Example
White with #EB4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4F0C; }
p { color: rgb(235,79,12); }
H1.HeaderClassName
{
color: #EB4F0C;
}
.AnyTagClassName
{
color: #EB4F0C;
}
</style>
background-color css
<style>
a { background-color: #EB4F0C; }
a { background-color: rgb(235,79,12); }
div.DivClassName
{
background-color: #EB4F0C;
}
.BgClassName
{
background-color: #EB4F0C;
}
</style>
border-color css
<style>
span { border-color: #EB4F0C; }
span { border-color: rgb(235,79,12); }
td.TdClassName
{
border-color: #EB4F0C;
}
.TagClassName
{
border-color: #EB4F0C;
}
</style>