Shades of Persimmon #EE630C
Tints of Persimmon #EE630C
RGB
CMYK
RGB Variations
Color information
#EE630C (or 0xEE630C) is known color: Persimmon. HEX triplet: EE, 63 and 0C. RGB value is (238,99,12). Sum of RGB (Red+Green+Blue) = 238+99+12=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE630C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE630C is #119CF3. Grayscale: #838383. Windows color (decimal): -1154292 or 812014. OLE color: 812014.
HSL color Cylindrical-coordinate representation of color #EE630C: hue angle of 23.1º degrees, saturation: 0.9, 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 #EE630C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.07 |
| HSL | 23.1º | 0.9% | 0.49% | - |
| HSV(B) | 23.1º | 0.95% | 0.93% | - |
| XYZ | 39.79 | 27.13 | 3.49 | - |
| YUV | 130.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 12 | 0 | 0.58 | 0.95 | 0.07 | 23.1 | 0.9 | 0.49 |
| Hex | EE | 63 | C | 0 | 3A | 5F | 7 | 17 | 5A | 31 |
| Octal | 356 | 143 | 14 | 0 | 72 | 137 | 7 | 27 | 132 | 61 |
| Binary | 11101110 | 1100011 | 1100 | 0 | 111010 | 1011111 | 111 | 10111 | 1011010 | 110001 |
Color Harmonies of #EE630C
Complementary color
Monochromatic Colors of #EE630C
Black with #EE630C
Text Example
Text Example
White with #EE630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE630C; }
p { color: rgb(238,99,12); }
H1.HeaderClassName
{
color: #EE630C;
}
.AnyTagClassName
{
color: #EE630C;
}
</style>
background-color css
<style>
a { background-color: #EE630C; }
a { background-color: rgb(238,99,12); }
div.DivClassName
{
background-color: #EE630C;
}
.BgClassName
{
background-color: #EE630C;
}
</style>
border-color css
<style>
span { border-color: #EE630C; }
span { border-color: rgb(238,99,12); }
td.TdClassName
{
border-color: #EE630C;
}
.TagClassName
{
border-color: #EE630C;
}
</style>