Shades of Persimmon #EB5A0C
Tints of Persimmon #EB5A0C
RGB
CMYK
RGB Variations
Color information
#EB5A0C (or 0xEB5A0C) is known color: Persimmon. HEX triplet: EB, 5A and 0C. RGB value is (235,90,12). Sum of RGB (Red+Green+Blue) = 235+90+12=337 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.73% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A0C is #14A5F3. Grayscale: #7C7C7C. Windows color (decimal): -1353204 or 809707. OLE color: 809707.
HSL color Cylindrical-coordinate representation of color #EB5A0C: hue angle of 20.99º 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 #EB5A0C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.08 |
| HSL | 20.99º | 0.9% | 0.48% | - |
| HSV(B) | 20.99º | 0.95% | 0.92% | - |
| XYZ | 37.98 | 25 | 3.17 | - |
| YUV | 124.46 | 64.54 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 12 | 0 | 0.62 | 0.95 | 0.08 | 20.99 | 0.9 | 0.48 |
| Hex | EB | 5A | C | 0 | 3E | 5F | 8 | 15 | 5A | 30 |
| Octal | 353 | 132 | 14 | 0 | 76 | 137 | 10 | 25 | 132 | 60 |
| Binary | 11101011 | 1011010 | 1100 | 0 | 111110 | 1011111 | 1000 | 10101 | 1011010 | 110000 |
Color Harmonies of #EB5A0C
Complementary color
Monochromatic Colors of #EB5A0C
Black with #EB5A0C
Text Example
Text Example
White with #EB5A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A0C; }
p { color: rgb(235,90,12); }
H1.HeaderClassName
{
color: #EB5A0C;
}
.AnyTagClassName
{
color: #EB5A0C;
}
</style>
background-color css
<style>
a { background-color: #EB5A0C; }
a { background-color: rgb(235,90,12); }
div.DivClassName
{
background-color: #EB5A0C;
}
.BgClassName
{
background-color: #EB5A0C;
}
</style>
border-color css
<style>
span { border-color: #EB5A0C; }
span { border-color: rgb(235,90,12); }
td.TdClassName
{
border-color: #EB5A0C;
}
.TagClassName
{
border-color: #EB5A0C;
}
</style>