Shades of Persimmon #EB4A0D
Tints of Persimmon #EB4A0D
RGB
CMYK
RGB Variations
Color information
#EB4A0D (or 0xEB4A0D) is known color: Persimmon. HEX triplet: EB, 4A and 0D. RGB value is (235,74,13). Sum of RGB (Red+Green+Blue) = 235+74+13=322 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.98% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A0D is #14B5F2. Grayscale: #737373. Windows color (decimal): -1357299 or 871147. OLE color: 871147.
HSL color Cylindrical-coordinate representation of color #EB4A0D: hue angle of 16.49º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB4A0D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.08 |
| HSL | 16.49º | 0.9% | 0.49% | - |
| HSV(B) | 16.49º | 0.94% | 0.92% | - |
| XYZ | 36.78 | 22.59 | 2.8 | - |
| YUV | 115.19 | 70.34 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 13 | 0 | 0.69 | 0.94 | 0.08 | 16.49 | 0.9 | 0.49 |
| Hex | EB | 4A | D | 0 | 45 | 5E | 8 | 10 | 5A | 31 |
| Octal | 353 | 112 | 15 | 0 | 105 | 136 | 10 | 20 | 132 | 61 |
| Binary | 11101011 | 1001010 | 1101 | 0 | 1000101 | 1011110 | 1000 | 10000 | 1011010 | 110001 |
Color Harmonies of #EB4A0D
Complementary color
Monochromatic Colors of #EB4A0D
Black with #EB4A0D
Text Example
Text Example
White with #EB4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A0D; }
p { color: rgb(235,74,13); }
H1.HeaderClassName
{
color: #EB4A0D;
}
.AnyTagClassName
{
color: #EB4A0D;
}
</style>
background-color css
<style>
a { background-color: #EB4A0D; }
a { background-color: rgb(235,74,13); }
div.DivClassName
{
background-color: #EB4A0D;
}
.BgClassName
{
background-color: #EB4A0D;
}
</style>
border-color css
<style>
span { border-color: #EB4A0D; }
span { border-color: rgb(235,74,13); }
td.TdClassName
{
border-color: #EB4A0D;
}
.TagClassName
{
border-color: #EB4A0D;
}
</style>