Shades of Persimmon #EE531C
Tints of Persimmon #EE531C
RGB
CMYK
RGB Variations
Color information
#EE531C (or 0xEE531C) is known color: Persimmon. HEX triplet: EE, 53 and 1C. RGB value is (238,83,28). Sum of RGB (Red+Green+Blue) = 238+83+28=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE531C is #11ACE3. Grayscale: #7B7B7B. Windows color (decimal): -1158372 or 1856494. OLE color: 1856494.
HSL color Cylindrical-coordinate representation of color #EE531C: hue angle of 15.71º 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 #EE531C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.07 |
| HSL | 15.71º | 0.86% | 0.52% | - |
| HSV(B) | 15.71º | 0.88% | 0.93% | - |
| XYZ | 38.56 | 24.45 | 3.78 | - |
| YUV | 123.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 28 | 0 | 0.65 | 0.88 | 0.07 | 15.71 | 0.86 | 0.52 |
| Hex | EE | 53 | 1C | 0 | 41 | 58 | 7 | 10 | 56 | 34 |
| Octal | 356 | 123 | 34 | 0 | 101 | 130 | 7 | 20 | 126 | 64 |
| Binary | 11101110 | 1010011 | 11100 | 0 | 1000001 | 1011000 | 111 | 10000 | 1010110 | 110100 |
Color Harmonies of #EE531C
Complementary color
Monochromatic Colors of #EE531C
Black with #EE531C
Text Example
Text Example
White with #EE531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE531C; }
p { color: rgb(238,83,28); }
H1.HeaderClassName
{
color: #EE531C;
}
.AnyTagClassName
{
color: #EE531C;
}
</style>
background-color css
<style>
a { background-color: #EE531C; }
a { background-color: rgb(238,83,28); }
div.DivClassName
{
background-color: #EE531C;
}
.BgClassName
{
background-color: #EE531C;
}
</style>
border-color css
<style>
span { border-color: #EE531C; }
span { border-color: rgb(238,83,28); }
td.TdClassName
{
border-color: #EE531C;
}
.TagClassName
{
border-color: #EE531C;
}
</style>