Shades of Persimmon #EA610B
Tints of Persimmon #EA610B
RGB
CMYK
RGB Variations
Color information
#EA610B (or 0xEA610B) is known color: Persimmon. HEX triplet: EA, 61 and 0B. RGB value is (234,97,11). Sum of RGB (Red+Green+Blue) = 234+97+11=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA610B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA610B is #159EF4. Grayscale: #808080. Windows color (decimal): -1416949 or 745962. OLE color: 745962.
HSL color Cylindrical-coordinate representation of color #EA610B: hue angle of 23.14º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA610B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.08 |
| HSL | 23.14º | 0.91% | 0.48% | - |
| HSV(B) | 23.14º | 0.95% | 0.92% | - |
| XYZ | 38.27 | 26.07 | 3.33 | - |
| YUV | 128.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 11 | 0 | 0.59 | 0.95 | 0.08 | 23.14 | 0.91 | 0.48 |
| Hex | EA | 61 | B | 0 | 3B | 5F | 8 | 17 | 5B | 30 |
| Octal | 352 | 141 | 13 | 0 | 73 | 137 | 10 | 27 | 133 | 60 |
| Binary | 11101010 | 1100001 | 1011 | 0 | 111011 | 1011111 | 1000 | 10111 | 1011011 | 110000 |
Color Harmonies of #EA610B
Complementary color
Monochromatic Colors of #EA610B
Black with #EA610B
Text Example
Text Example
White with #EA610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA610B; }
p { color: rgb(234,97,11); }
H1.HeaderClassName
{
color: #EA610B;
}
.AnyTagClassName
{
color: #EA610B;
}
</style>
background-color css
<style>
a { background-color: #EA610B; }
a { background-color: rgb(234,97,11); }
div.DivClassName
{
background-color: #EA610B;
}
.BgClassName
{
background-color: #EA610B;
}
</style>
border-color css
<style>
span { border-color: #EA610B; }
span { border-color: rgb(234,97,11); }
td.TdClassName
{
border-color: #EA610B;
}
.TagClassName
{
border-color: #EA610B;
}
</style>