Shades of Persimmon #EE5A1D
Tints of Persimmon #EE5A1D
RGB
CMYK
RGB Variations
Color information
#EE5A1D (or 0xEE5A1D) is known color: Persimmon. HEX triplet: EE, 5A and 1D. RGB value is (238,90,29). Sum of RGB (Red+Green+Blue) = 238+90+29=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5A1D is #11A5E2. Grayscale: #7F7F7F. Windows color (decimal): -1156579 or 1923822. OLE color: 1923822.
HSL color Cylindrical-coordinate representation of color #EE5A1D: hue angle of 17.51º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE5A1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.07 |
| HSL | 17.51º | 0.86% | 0.52% | - |
| HSV(B) | 17.51º | 0.88% | 0.93% | - |
| XYZ | 39.14 | 25.58 | 4.04 | - |
| YUV | 127.3 | 72.53 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 29 | 0 | 0.62 | 0.88 | 0.07 | 17.51 | 0.86 | 0.52 |
| Hex | EE | 5A | 1D | 0 | 3E | 58 | 7 | 12 | 56 | 34 |
| Octal | 356 | 132 | 35 | 0 | 76 | 130 | 7 | 22 | 126 | 64 |
| Binary | 11101110 | 1011010 | 11101 | 0 | 111110 | 1011000 | 111 | 10010 | 1010110 | 110100 |
Color Harmonies of #EE5A1D
Complementary color
Monochromatic Colors of #EE5A1D
Black with #EE5A1D
Text Example
Text Example
White with #EE5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5A1D; }
p { color: rgb(238,90,29); }
H1.HeaderClassName
{
color: #EE5A1D;
}
.AnyTagClassName
{
color: #EE5A1D;
}
</style>
background-color css
<style>
a { background-color: #EE5A1D; }
a { background-color: rgb(238,90,29); }
div.DivClassName
{
background-color: #EE5A1D;
}
.BgClassName
{
background-color: #EE5A1D;
}
</style>
border-color css
<style>
span { border-color: #EE5A1D; }
span { border-color: rgb(238,90,29); }
td.TdClassName
{
border-color: #EE5A1D;
}
.TagClassName
{
border-color: #EE5A1D;
}
</style>