Shades of Persimmon #ED650B
Tints of Persimmon #ED650B
RGB
CMYK
RGB Variations
Color information
#ED650B (or 0xED650B) is known color: Persimmon. HEX triplet: ED, 65 and 0B. RGB value is (237,101,11). Sum of RGB (Red+Green+Blue) = 237+101+11=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED650B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED650B is #129AF4. Grayscale: #838383. Windows color (decimal): -1219317 or 746989. OLE color: 746989.
HSL color Cylindrical-coordinate representation of color #ED650B: hue angle of 23.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED650B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.07 |
| HSL | 23.89º | 0.91% | 0.49% | - |
| HSV(B) | 23.89º | 0.95% | 0.93% | - |
| XYZ | 39.64 | 27.34 | 3.5 | - |
| YUV | 131.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 11 | 0 | 0.57 | 0.95 | 0.07 | 23.89 | 0.91 | 0.49 |
| Hex | ED | 65 | B | 0 | 39 | 5F | 7 | 18 | 5B | 31 |
| Octal | 355 | 145 | 13 | 0 | 71 | 137 | 7 | 30 | 133 | 61 |
| Binary | 11101101 | 1100101 | 1011 | 0 | 111001 | 1011111 | 111 | 11000 | 1011011 | 110001 |
Color Harmonies of #ED650B
Complementary color
Monochromatic Colors of #ED650B
Black with #ED650B
Text Example
Text Example
White with #ED650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED650B; }
p { color: rgb(237,101,11); }
H1.HeaderClassName
{
color: #ED650B;
}
.AnyTagClassName
{
color: #ED650B;
}
</style>
background-color css
<style>
a { background-color: #ED650B; }
a { background-color: rgb(237,101,11); }
div.DivClassName
{
background-color: #ED650B;
}
.BgClassName
{
background-color: #ED650B;
}
</style>
border-color css
<style>
span { border-color: #ED650B; }
span { border-color: rgb(237,101,11); }
td.TdClassName
{
border-color: #ED650B;
}
.TagClassName
{
border-color: #ED650B;
}
</style>