Shades of Persimmon #E35B04
Tints of Persimmon #E35B04
RGB
CMYK
RGB Variations
Color information
#E35B04 (or 0xE35B04) is known color: Persimmon. HEX triplet: E3, 5B and 04. RGB value is (227,91,4). Sum of RGB (Red+Green+Blue) = 227+91+4=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35B04 is #1CA4FB. Grayscale: #7A7A7A. Windows color (decimal): -1877244 or 285667. OLE color: 285667.
HSL color Cylindrical-coordinate representation of color #E35B04: hue angle of 23.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E35B04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.11 |
| HSL | 23.41º | 0.97% | 0.45% | - |
| HSV(B) | 23.41º | 0.98% | 0.89% | - |
| XYZ | 35.44 | 23.82 | 2.84 | - |
| YUV | 121.75 | 61.56 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 4 | 0 | 0.60 | 0.98 | 0.11 | 23.41 | 0.97 | 0.45 |
| Hex | E3 | 5B | 4 | 0 | 3C | 62 | B | 17 | 61 | 2D |
| Octal | 343 | 133 | 4 | 0 | 74 | 142 | 13 | 27 | 141 | 55 |
| Binary | 11100011 | 1011011 | 100 | 0 | 111100 | 1100010 | 1011 | 10111 | 1100001 | 101101 |
Color Harmonies of #E35B04
Complementary color
Monochromatic Colors of #E35B04
Black with #E35B04
Text Example
Text Example
White with #E35B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B04; }
p { color: rgb(227,91,4); }
H1.HeaderClassName
{
color: #E35B04;
}
.AnyTagClassName
{
color: #E35B04;
}
</style>
background-color css
<style>
a { background-color: #E35B04; }
a { background-color: rgb(227,91,4); }
div.DivClassName
{
background-color: #E35B04;
}
.BgClassName
{
background-color: #E35B04;
}
</style>
border-color css
<style>
span { border-color: #E35B04; }
span { border-color: rgb(227,91,4); }
td.TdClassName
{
border-color: #E35B04;
}
.TagClassName
{
border-color: #E35B04;
}
</style>