Shades of Persimmon #E9640B
Tints of Persimmon #E9640B
RGB
CMYK
RGB Variations
Color information
#E9640B (or 0xE9640B) is known color: Persimmon. HEX triplet: E9, 64 and 0B. RGB value is (233,100,11). Sum of RGB (Red+Green+Blue) = 233+100+11=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9640B is #169BF4. Grayscale: #828282. Windows color (decimal): -1481717 or 746729. OLE color: 746729.
HSL color Cylindrical-coordinate representation of color #E9640B: hue angle of 24.05º 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 #E9640B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 100 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.09 |
| HSL | 24.05º | 0.91% | 0.48% | - |
| HSV(B) | 24.05º | 0.95% | 0.91% | - |
| XYZ | 38.22 | 26.46 | 3.41 | - |
| YUV | 129.62 | 61.06 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 100 | 11 | 0 | 0.57 | 0.95 | 0.09 | 24.05 | 0.91 | 0.48 |
| Hex | E9 | 64 | B | 0 | 39 | 5F | 9 | 18 | 5B | 30 |
| Octal | 351 | 144 | 13 | 0 | 71 | 137 | 11 | 30 | 133 | 60 |
| Binary | 11101001 | 1100100 | 1011 | 0 | 111001 | 1011111 | 1001 | 11000 | 1011011 | 110000 |
Color Harmonies of #E9640B
Complementary color
Monochromatic Colors of #E9640B
Black with #E9640B
Text Example
Text Example
White with #E9640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9640B; }
p { color: rgb(233,100,11); }
H1.HeaderClassName
{
color: #E9640B;
}
.AnyTagClassName
{
color: #E9640B;
}
</style>
background-color css
<style>
a { background-color: #E9640B; }
a { background-color: rgb(233,100,11); }
div.DivClassName
{
background-color: #E9640B;
}
.BgClassName
{
background-color: #E9640B;
}
</style>
border-color css
<style>
span { border-color: #E9640B; }
span { border-color: rgb(233,100,11); }
td.TdClassName
{
border-color: #E9640B;
}
.TagClassName
{
border-color: #E9640B;
}
</style>