Shades of Persimmon #E65A0B
Tints of Persimmon #E65A0B
RGB
CMYK
RGB Variations
Color information
#E65A0B (or 0xE65A0B) is known color: Persimmon. HEX triplet: E6, 5A and 0B. RGB value is (230,90,11). Sum of RGB (Red+Green+Blue) = 230+90+11=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65A0B is #19A5F4. Grayscale: #7B7B7B. Windows color (decimal): -1680885 or 744166. OLE color: 744166.
HSL color Cylindrical-coordinate representation of color #E65A0B: hue angle of 21.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E65A0B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.10 |
| HSL | 21.64º | 0.91% | 0.47% | - |
| HSV(B) | 21.64º | 0.95% | 0.9% | - |
| XYZ | 36.35 | 24.16 | 3.06 | - |
| YUV | 122.85 | 64.88 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 11 | 0 | 0.61 | 0.95 | 0.10 | 21.64 | 0.91 | 0.47 |
| Hex | E6 | 5A | B | 0 | 3D | 5F | A | 16 | 5B | 2F |
| Octal | 346 | 132 | 13 | 0 | 75 | 137 | 12 | 26 | 133 | 57 |
| Binary | 11100110 | 1011010 | 1011 | 0 | 111101 | 1011111 | 1010 | 10110 | 1011011 | 101111 |
Color Harmonies of #E65A0B
Complementary color
Monochromatic Colors of #E65A0B
Black with #E65A0B
Text Example
Text Example
White with #E65A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65A0B; }
p { color: rgb(230,90,11); }
H1.HeaderClassName
{
color: #E65A0B;
}
.AnyTagClassName
{
color: #E65A0B;
}
</style>
background-color css
<style>
a { background-color: #E65A0B; }
a { background-color: rgb(230,90,11); }
div.DivClassName
{
background-color: #E65A0B;
}
.BgClassName
{
background-color: #E65A0B;
}
</style>
border-color css
<style>
span { border-color: #E65A0B; }
span { border-color: rgb(230,90,11); }
td.TdClassName
{
border-color: #E65A0B;
}
.TagClassName
{
border-color: #E65A0B;
}
</style>