Shades of Persimmon #ED620B
Tints of Persimmon #ED620B
RGB
CMYK
RGB Variations
Color information
#ED620B (or 0xED620B) is known color: Persimmon. HEX triplet: ED, 62 and 0B. RGB value is (237,98,11). Sum of RGB (Red+Green+Blue) = 237+98+11=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED620B is #129DF4. Grayscale: #828282. Windows color (decimal): -1220085 or 746221. OLE color: 746221.
HSL color Cylindrical-coordinate representation of color #ED620B: hue angle of 23.1º 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 #ED620B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.07 |
| HSL | 23.1º | 0.91% | 0.49% | - |
| HSV(B) | 23.1º | 0.95% | 0.93% | - |
| XYZ | 39.35 | 26.76 | 3.41 | - |
| YUV | 129.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 11 | 0 | 0.59 | 0.95 | 0.07 | 23.1 | 0.91 | 0.49 |
| Hex | ED | 62 | B | 0 | 3B | 5F | 7 | 17 | 5B | 31 |
| Octal | 355 | 142 | 13 | 0 | 73 | 137 | 7 | 27 | 133 | 61 |
| Binary | 11101101 | 1100010 | 1011 | 0 | 111011 | 1011111 | 111 | 10111 | 1011011 | 110001 |
Color Harmonies of #ED620B
Complementary color
Monochromatic Colors of #ED620B
Black with #ED620B
Text Example
Text Example
White with #ED620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED620B; }
p { color: rgb(237,98,11); }
H1.HeaderClassName
{
color: #ED620B;
}
.AnyTagClassName
{
color: #ED620B;
}
</style>
background-color css
<style>
a { background-color: #ED620B; }
a { background-color: rgb(237,98,11); }
div.DivClassName
{
background-color: #ED620B;
}
.BgClassName
{
background-color: #ED620B;
}
</style>
border-color css
<style>
span { border-color: #ED620B; }
span { border-color: rgb(237,98,11); }
td.TdClassName
{
border-color: #ED620B;
}
.TagClassName
{
border-color: #ED620B;
}
</style>