Shades of Persimmon #E9650C
Tints of Persimmon #E9650C
RGB
CMYK
RGB Variations
Color information
#E9650C (or 0xE9650C) is known color: Persimmon. HEX triplet: E9, 65 and 0C. RGB value is (233,101,12). Sum of RGB (Red+Green+Blue) = 233+101+12=346 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.34% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 233 - color contains mainly: red. Hex color #E9650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9650C is #169AF3. Grayscale: #828282. Windows color (decimal): -1481460 or 812521. OLE color: 812521.
HSL color Cylindrical-coordinate representation of color #E9650C: hue angle of 24.16º degrees, saturation: 0.9, 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 #E9650C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.09 |
| HSL | 24.16º | 0.9% | 0.48% | - |
| HSV(B) | 24.16º | 0.95% | 0.91% | - |
| XYZ | 38.32 | 26.66 | 3.47 | - |
| YUV | 130.32 | 61.23 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 12 | 0 | 0.57 | 0.95 | 0.09 | 24.16 | 0.9 | 0.48 |
| Hex | E9 | 65 | C | 0 | 39 | 5F | 9 | 18 | 5A | 30 |
| Octal | 351 | 145 | 14 | 0 | 71 | 137 | 11 | 30 | 132 | 60 |
| Binary | 11101001 | 1100101 | 1100 | 0 | 111001 | 1011111 | 1001 | 11000 | 1011010 | 110000 |
Color Harmonies of #E9650C
Complementary color
Monochromatic Colors of #E9650C
Black with #E9650C
Text Example
Text Example
White with #E9650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9650C; }
p { color: rgb(233,101,12); }
H1.HeaderClassName
{
color: #E9650C;
}
.AnyTagClassName
{
color: #E9650C;
}
</style>
background-color css
<style>
a { background-color: #E9650C; }
a { background-color: rgb(233,101,12); }
div.DivClassName
{
background-color: #E9650C;
}
.BgClassName
{
background-color: #E9650C;
}
</style>
border-color css
<style>
span { border-color: #E9650C; }
span { border-color: rgb(233,101,12); }
td.TdClassName
{
border-color: #E9650C;
}
.TagClassName
{
border-color: #E9650C;
}
</style>