Shades of Persimmon #E6640B
Tints of Persimmon #E6640B
RGB
CMYK
RGB Variations
Color information
#E6640B (or 0xE6640B) is known color: Persimmon. HEX triplet: E6, 64 and 0B. RGB value is (230,100,11). Sum of RGB (Red+Green+Blue) = 230+100+11=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6640B is #199BF4. Grayscale: #818181. Windows color (decimal): -1678325 or 746726. OLE color: 746726.
HSL color Cylindrical-coordinate representation of color #E6640B: hue angle of 24.38º 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 #E6640B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.10 |
| HSL | 24.38º | 0.91% | 0.47% | - |
| HSV(B) | 24.38º | 0.95% | 0.9% | - |
| XYZ | 37.25 | 25.96 | 3.36 | - |
| YUV | 128.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 11 | 0 | 0.57 | 0.95 | 0.10 | 24.38 | 0.91 | 0.47 |
| Hex | E6 | 64 | B | 0 | 39 | 5F | A | 18 | 5B | 2F |
| Octal | 346 | 144 | 13 | 0 | 71 | 137 | 12 | 30 | 133 | 57 |
| Binary | 11100110 | 1100100 | 1011 | 0 | 111001 | 1011111 | 1010 | 11000 | 1011011 | 101111 |
Color Harmonies of #E6640B
Complementary color
Monochromatic Colors of #E6640B
Black with #E6640B
Text Example
Text Example
White with #E6640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6640B; }
p { color: rgb(230,100,11); }
H1.HeaderClassName
{
color: #E6640B;
}
.AnyTagClassName
{
color: #E6640B;
}
</style>
background-color css
<style>
a { background-color: #E6640B; }
a { background-color: rgb(230,100,11); }
div.DivClassName
{
background-color: #E6640B;
}
.BgClassName
{
background-color: #E6640B;
}
</style>
border-color css
<style>
span { border-color: #E6640B; }
span { border-color: rgb(230,100,11); }
td.TdClassName
{
border-color: #E6640B;
}
.TagClassName
{
border-color: #E6640B;
}
</style>