Shades of Persimmon #EB470C
Tints of Persimmon #EB470C
RGB
CMYK
RGB Variations
Color information
#EB470C (or 0xEB470C) is known color: Persimmon. HEX triplet: EB, 47 and 0C. RGB value is (235,71,12). Sum of RGB (Red+Green+Blue) = 235+71+12=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB470C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB470C is #14B8F3. Grayscale: #717171. Windows color (decimal): -1358068 or 804843. OLE color: 804843.
HSL color Cylindrical-coordinate representation of color #EB470C: hue angle of 15.87º 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 #EB470C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.08 |
| HSL | 15.87º | 0.9% | 0.48% | - |
| HSV(B) | 15.87º | 0.95% | 0.92% | - |
| XYZ | 36.58 | 22.2 | 2.7 | - |
| YUV | 113.31 | 70.83 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 12 | 0 | 0.70 | 0.95 | 0.08 | 15.87 | 0.9 | 0.48 |
| Hex | EB | 47 | C | 0 | 46 | 5F | 8 | 10 | 5A | 30 |
| Octal | 353 | 107 | 14 | 0 | 106 | 137 | 10 | 20 | 132 | 60 |
| Binary | 11101011 | 1000111 | 1100 | 0 | 1000110 | 1011111 | 1000 | 10000 | 1011010 | 110000 |
Color Harmonies of #EB470C
Complementary color
Monochromatic Colors of #EB470C
Black with #EB470C
Text Example
Text Example
White with #EB470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB470C; }
p { color: rgb(235,71,12); }
H1.HeaderClassName
{
color: #EB470C;
}
.AnyTagClassName
{
color: #EB470C;
}
</style>
background-color css
<style>
a { background-color: #EB470C; }
a { background-color: rgb(235,71,12); }
div.DivClassName
{
background-color: #EB470C;
}
.BgClassName
{
background-color: #EB470C;
}
</style>
border-color css
<style>
span { border-color: #EB470C; }
span { border-color: rgb(235,71,12); }
td.TdClassName
{
border-color: #EB470C;
}
.TagClassName
{
border-color: #EB470C;
}
</style>