Shades of Persimmon #EE6504
Tints of Persimmon #EE6504
RGB
CMYK
RGB Variations
Color information
#EE6504 (or 0xEE6504) is known color: Persimmon. HEX triplet: EE, 65 and 04. RGB value is (238,101,4). Sum of RGB (Red+Green+Blue) = 238+101+4=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6504 is #119AFB. Grayscale: #838383. Windows color (decimal): -1153788 or 288238. OLE color: 288238.
HSL color Cylindrical-coordinate representation of color #EE6504: hue angle of 24.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE6504 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.07 |
| HSL | 24.87º | 0.97% | 0.47% | - |
| HSV(B) | 24.87º | 0.98% | 0.93% | - |
| XYZ | 39.94 | 27.49 | 3.32 | - |
| YUV | 130.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 4 | 0 | 0.58 | 0.98 | 0.07 | 24.87 | 0.97 | 0.47 |
| Hex | EE | 65 | 4 | 0 | 3A | 62 | 7 | 19 | 61 | 2F |
| Octal | 356 | 145 | 4 | 0 | 72 | 142 | 7 | 31 | 141 | 57 |
| Binary | 11101110 | 1100101 | 100 | 0 | 111010 | 1100010 | 111 | 11001 | 1100001 | 101111 |
Color Harmonies of #EE6504
Complementary color
Monochromatic Colors of #EE6504
Black with #EE6504
Text Example
Text Example
White with #EE6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6504; }
p { color: rgb(238,101,4); }
H1.HeaderClassName
{
color: #EE6504;
}
.AnyTagClassName
{
color: #EE6504;
}
</style>
background-color css
<style>
a { background-color: #EE6504; }
a { background-color: rgb(238,101,4); }
div.DivClassName
{
background-color: #EE6504;
}
.BgClassName
{
background-color: #EE6504;
}
</style>
border-color css
<style>
span { border-color: #EE6504; }
span { border-color: rgb(238,101,4); }
td.TdClassName
{
border-color: #EE6504;
}
.TagClassName
{
border-color: #EE6504;
}
</style>