Shades of Persimmon #E9630B
Tints of Persimmon #E9630B
RGB
CMYK
RGB Variations
Color information
#E9630B (or 0xE9630B) is known color: Persimmon. HEX triplet: E9, 63 and 0B. RGB value is (233,99,11). Sum of RGB (Red+Green+Blue) = 233+99+11=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9630B is #169CF4. Grayscale: #818181. Windows color (decimal): -1481973 or 746473. OLE color: 746473.
HSL color Cylindrical-coordinate representation of color #E9630B: hue angle of 23.78º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9630B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.09 |
| HSL | 23.78º | 0.91% | 0.48% | - |
| HSV(B) | 23.78º | 0.95% | 0.91% | - |
| XYZ | 38.13 | 26.27 | 3.38 | - |
| YUV | 129.03 | 61.39 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 11 | 0 | 0.58 | 0.95 | 0.09 | 23.78 | 0.91 | 0.48 |
| Hex | E9 | 63 | B | 0 | 3A | 5F | 9 | 18 | 5B | 30 |
| Octal | 351 | 143 | 13 | 0 | 72 | 137 | 11 | 30 | 133 | 60 |
| Binary | 11101001 | 1100011 | 1011 | 0 | 111010 | 1011111 | 1001 | 11000 | 1011011 | 110000 |
Color Harmonies of #E9630B
Complementary color
Monochromatic Colors of #E9630B
Black with #E9630B
Text Example
Text Example
White with #E9630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9630B; }
p { color: rgb(233,99,11); }
H1.HeaderClassName
{
color: #E9630B;
}
.AnyTagClassName
{
color: #E9630B;
}
</style>
background-color css
<style>
a { background-color: #E9630B; }
a { background-color: rgb(233,99,11); }
div.DivClassName
{
background-color: #E9630B;
}
.BgClassName
{
background-color: #E9630B;
}
</style>
border-color css
<style>
span { border-color: #E9630B; }
span { border-color: rgb(233,99,11); }
td.TdClassName
{
border-color: #E9630B;
}
.TagClassName
{
border-color: #E9630B;
}
</style>