Shades of Persimmon #E6650B
Tints of Persimmon #E6650B
RGB
CMYK
RGB Variations
Color information
#E6650B (or 0xE6650B) is known color: Persimmon. HEX triplet: E6, 65 and 0B. RGB value is (230,101,11). Sum of RGB (Red+Green+Blue) = 230+101+11=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6650B is #199AF4. Grayscale: #818181. Windows color (decimal): -1678069 or 746982. OLE color: 746982.
HSL color Cylindrical-coordinate representation of color #E6650B: hue angle of 24.66º 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 #E6650B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.10 |
| HSL | 24.66º | 0.91% | 0.47% | - |
| HSV(B) | 24.66º | 0.95% | 0.9% | - |
| XYZ | 37.35 | 26.15 | 3.4 | - |
| YUV | 129.31 | 61.24 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 11 | 0 | 0.56 | 0.95 | 0.10 | 24.66 | 0.91 | 0.47 |
| Hex | E6 | 65 | B | 0 | 38 | 5F | A | 19 | 5B | 2F |
| Octal | 346 | 145 | 13 | 0 | 70 | 137 | 12 | 31 | 133 | 57 |
| Binary | 11100110 | 1100101 | 1011 | 0 | 111000 | 1011111 | 1010 | 11001 | 1011011 | 101111 |
Color Harmonies of #E6650B
Complementary color
Monochromatic Colors of #E6650B
Black with #E6650B
Text Example
Text Example
White with #E6650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6650B; }
p { color: rgb(230,101,11); }
H1.HeaderClassName
{
color: #E6650B;
}
.AnyTagClassName
{
color: #E6650B;
}
</style>
background-color css
<style>
a { background-color: #E6650B; }
a { background-color: rgb(230,101,11); }
div.DivClassName
{
background-color: #E6650B;
}
.BgClassName
{
background-color: #E6650B;
}
</style>
border-color css
<style>
span { border-color: #E6650B; }
span { border-color: rgb(230,101,11); }
td.TdClassName
{
border-color: #E6650B;
}
.TagClassName
{
border-color: #E6650B;
}
</style>