Shades of Persimmon #EB4A0B
Tints of Persimmon #EB4A0B
RGB
CMYK
RGB Variations
Color information
#EB4A0B (or 0xEB4A0B) is known color: Persimmon. HEX triplet: EB, 4A and 0B. RGB value is (235,74,11). Sum of RGB (Red+Green+Blue) = 235+74+11=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A0B is #14B5F4. Grayscale: #737373. Windows color (decimal): -1357301 or 740075. OLE color: 740075.
HSL color Cylindrical-coordinate representation of color #EB4A0B: hue angle of 16.88º degrees, saturation: 0.91, 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 #EB4A0B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.08 |
| HSL | 16.88º | 0.91% | 0.48% | - |
| HSV(B) | 16.88º | 0.95% | 0.92% | - |
| XYZ | 36.77 | 22.58 | 2.74 | - |
| YUV | 114.96 | 69.34 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 11 | 0 | 0.69 | 0.95 | 0.08 | 16.88 | 0.91 | 0.48 |
| Hex | EB | 4A | B | 0 | 45 | 5F | 8 | 11 | 5B | 30 |
| Octal | 353 | 112 | 13 | 0 | 105 | 137 | 10 | 21 | 133 | 60 |
| Binary | 11101011 | 1001010 | 1011 | 0 | 1000101 | 1011111 | 1000 | 10001 | 1011011 | 110000 |
Color Harmonies of #EB4A0B
Complementary color
Monochromatic Colors of #EB4A0B
Black with #EB4A0B
Text Example
Text Example
White with #EB4A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A0B; }
p { color: rgb(235,74,11); }
H1.HeaderClassName
{
color: #EB4A0B;
}
.AnyTagClassName
{
color: #EB4A0B;
}
</style>
background-color css
<style>
a { background-color: #EB4A0B; }
a { background-color: rgb(235,74,11); }
div.DivClassName
{
background-color: #EB4A0B;
}
.BgClassName
{
background-color: #EB4A0B;
}
</style>
border-color css
<style>
span { border-color: #EB4A0B; }
span { border-color: rgb(235,74,11); }
td.TdClassName
{
border-color: #EB4A0B;
}
.TagClassName
{
border-color: #EB4A0B;
}
</style>