Shades of Persimmon #EE5301
Tints of Persimmon #EE5301
RGB
CMYK
RGB Variations
Color information
#EE5301 (or 0xEE5301) is known color: Persimmon. HEX triplet: EE, 53 and 01. RGB value is (238,83,1). Sum of RGB (Red+Green+Blue) = 238+83+1=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5301 is #11ACFE. Grayscale: #787878. Windows color (decimal): -1158399 or 87022. OLE color: 87022.
HSL color Cylindrical-coordinate representation of color #EE5301: hue angle of 20.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5301 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.07 |
| HSL | 20.76º | 0.99% | 0.47% | - |
| HSV(B) | 20.76º | 1% | 0.93% | - |
| XYZ | 38.36 | 24.37 | 2.71 | - |
| YUV | 120 | 60.85 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 1 | 0 | 0.65 | 1.00 | 0.07 | 20.76 | 0.99 | 0.47 |
| Hex | EE | 53 | 1 | 0 | 41 | 64 | 7 | 15 | 63 | 2F |
| Octal | 356 | 123 | 1 | 0 | 101 | 144 | 7 | 25 | 143 | 57 |
| Binary | 11101110 | 1010011 | 1 | 0 | 1000001 | 1100100 | 111 | 10101 | 1100011 | 101111 |
Color Harmonies of #EE5301
Complementary color
Monochromatic Colors of #EE5301
Black with #EE5301
Text Example
Text Example
White with #EE5301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5301; }
p { color: rgb(238,83,1); }
H1.HeaderClassName
{
color: #EE5301;
}
.AnyTagClassName
{
color: #EE5301;
}
</style>
background-color css
<style>
a { background-color: #EE5301; }
a { background-color: rgb(238,83,1); }
div.DivClassName
{
background-color: #EE5301;
}
.BgClassName
{
background-color: #EE5301;
}
</style>
border-color css
<style>
span { border-color: #EE5301; }
span { border-color: rgb(238,83,1); }
td.TdClassName
{
border-color: #EE5301;
}
.TagClassName
{
border-color: #EE5301;
}
</style>