Shades of Persimmon #EE4C02
Tints of Persimmon #EE4C02
RGB
CMYK
RGB Variations
Color information
#EE4C02 (or 0xEE4C02) is known color: Persimmon. HEX triplet: EE, 4C and 02. RGB value is (238,76,2). Sum of RGB (Red+Green+Blue) = 238+76+2=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4C02 is #11B3FD. Grayscale: #747474. Windows color (decimal): -1160190 or 150766. OLE color: 150766.
HSL color Cylindrical-coordinate representation of color #EE4C02: hue angle of 18.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE4C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.07 |
| HSL | 18.81º | 0.98% | 0.47% | - |
| HSV(B) | 18.81º | 0.99% | 0.93% | - |
| XYZ | 37.86 | 23.35 | 2.57 | - |
| YUV | 116 | 63.67 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 2 | 0 | 0.68 | 0.99 | 0.07 | 18.81 | 0.98 | 0.47 |
| Hex | EE | 4C | 2 | 0 | 44 | 63 | 7 | 13 | 62 | 2F |
| Octal | 356 | 114 | 2 | 0 | 104 | 143 | 7 | 23 | 142 | 57 |
| Binary | 11101110 | 1001100 | 10 | 0 | 1000100 | 1100011 | 111 | 10011 | 1100010 | 101111 |
Color Harmonies of #EE4C02
Complementary color
Monochromatic Colors of #EE4C02
Black with #EE4C02
Text Example
Text Example
White with #EE4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C02; }
p { color: rgb(238,76,2); }
H1.HeaderClassName
{
color: #EE4C02;
}
.AnyTagClassName
{
color: #EE4C02;
}
</style>
background-color css
<style>
a { background-color: #EE4C02; }
a { background-color: rgb(238,76,2); }
div.DivClassName
{
background-color: #EE4C02;
}
.BgClassName
{
background-color: #EE4C02;
}
</style>
border-color css
<style>
span { border-color: #EE4C02; }
span { border-color: rgb(238,76,2); }
td.TdClassName
{
border-color: #EE4C02;
}
.TagClassName
{
border-color: #EE4C02;
}
</style>