Shades of Persimmon #E7630B
Tints of Persimmon #E7630B
RGB
CMYK
RGB Variations
Color information
#E7630B (or 0xE7630B) is known color: Persimmon. HEX triplet: E7, 63 and 0B. RGB value is (231,99,11). Sum of RGB (Red+Green+Blue) = 231+99+11=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7630B is #189CF4. Grayscale: #808080. Windows color (decimal): -1613045 or 746471. OLE color: 746471.
HSL color Cylindrical-coordinate representation of color #E7630B: hue angle of 24º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7630B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.09 |
| HSL | 24º | 0.91% | 0.47% | - |
| HSV(B) | 24º | 0.95% | 0.91% | - |
| XYZ | 37.48 | 25.94 | 3.35 | - |
| YUV | 128.44 | 61.73 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 11 | 0 | 0.57 | 0.95 | 0.09 | 24 | 0.91 | 0.47 |
| Hex | E7 | 63 | B | 0 | 39 | 5F | 9 | 18 | 5B | 2F |
| Octal | 347 | 143 | 13 | 0 | 71 | 137 | 11 | 30 | 133 | 57 |
| Binary | 11100111 | 1100011 | 1011 | 0 | 111001 | 1011111 | 1001 | 11000 | 1011011 | 101111 |
Color Harmonies of #E7630B
Complementary color
Monochromatic Colors of #E7630B
Black with #E7630B
Text Example
Text Example
White with #E7630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7630B; }
p { color: rgb(231,99,11); }
H1.HeaderClassName
{
color: #E7630B;
}
.AnyTagClassName
{
color: #E7630B;
}
</style>
background-color css
<style>
a { background-color: #E7630B; }
a { background-color: rgb(231,99,11); }
div.DivClassName
{
background-color: #E7630B;
}
.BgClassName
{
background-color: #E7630B;
}
</style>
border-color css
<style>
span { border-color: #E7630B; }
span { border-color: rgb(231,99,11); }
td.TdClassName
{
border-color: #E7630B;
}
.TagClassName
{
border-color: #E7630B;
}
</style>