Shades of Persimmon #EE521C
Tints of Persimmon #EE521C
RGB
CMYK
RGB Variations
Color information
#EE521C (or 0xEE521C) is known color: Persimmon. HEX triplet: EE, 52 and 1C. RGB value is (238,82,28). Sum of RGB (Red+Green+Blue) = 238+82+28=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE521C is #11ADE3. Grayscale: #7A7A7A. Windows color (decimal): -1158628 or 1856238. OLE color: 1856238.
HSL color Cylindrical-coordinate representation of color #EE521C: hue angle of 15.43º 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 #EE521C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 15.43º | 0.86% | 0.52% | - |
| HSV(B) | 15.43º | 0.88% | 0.93% | - |
| XYZ | 38.49 | 24.3 | 3.76 | - |
| YUV | 122.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 28 | 0 | 0.66 | 0.88 | 0.07 | 15.43 | 0.86 | 0.52 |
| Hex | EE | 52 | 1C | 0 | 42 | 58 | 7 | F | 56 | 34 |
| Octal | 356 | 122 | 34 | 0 | 102 | 130 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1010010 | 11100 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE521C
Complementary color
Monochromatic Colors of #EE521C
Black with #EE521C
Text Example
Text Example
White with #EE521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE521C; }
p { color: rgb(238,82,28); }
H1.HeaderClassName
{
color: #EE521C;
}
.AnyTagClassName
{
color: #EE521C;
}
</style>
background-color css
<style>
a { background-color: #EE521C; }
a { background-color: rgb(238,82,28); }
div.DivClassName
{
background-color: #EE521C;
}
.BgClassName
{
background-color: #EE521C;
}
</style>
border-color css
<style>
span { border-color: #EE521C; }
span { border-color: rgb(238,82,28); }
td.TdClassName
{
border-color: #EE521C;
}
.TagClassName
{
border-color: #EE521C;
}
</style>