Shades of Jaffa #E28252
Tints of Jaffa #E28252
RGB
CMYK
RGB Variations
Color information
#E28252 (or 0xE28252) is known color: Jaffa. HEX triplet: E2, 82 and 52. RGB value is (226,130,82). Sum of RGB (Red+Green+Blue) = 226+130+82=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E28252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28252 is #1D7DAD. Grayscale: #999999. Windows color (decimal): -1932718 or 5407458. OLE color: 5407458.
HSL color Cylindrical-coordinate representation of color #E28252: hue angle of 20º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E28252 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 82 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.11 |
| HSL | 20º | 0.71% | 0.6% | - |
| HSV(B) | 20º | 0.64% | 0.89% | - |
| XYZ | 40.87 | 32.74 | 12.15 | - |
| YUV | 153.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 82 | 0 | 0.42 | 0.64 | 0.11 | 20 | 0.71 | 0.6 |
| Hex | E2 | 82 | 52 | 0 | 2A | 40 | B | 14 | 47 | 3C |
| Octal | 342 | 202 | 122 | 0 | 52 | 100 | 13 | 24 | 107 | 74 |
| Binary | 11100010 | 10000010 | 1010010 | 0 | 101010 | 1000000 | 1011 | 10100 | 1000111 | 111100 |
Color Harmonies of #E28252
Complementary color
Monochromatic Colors of #E28252
Black with #E28252
Text Example
Text Example
White with #E28252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28252; }
p { color: rgb(226,130,82); }
H1.HeaderClassName
{
color: #E28252;
}
.AnyTagClassName
{
color: #E28252;
}
</style>
background-color css
<style>
a { background-color: #E28252; }
a { background-color: rgb(226,130,82); }
div.DivClassName
{
background-color: #E28252;
}
.BgClassName
{
background-color: #E28252;
}
</style>
border-color css
<style>
span { border-color: #E28252; }
span { border-color: rgb(226,130,82); }
td.TdClassName
{
border-color: #E28252;
}
.TagClassName
{
border-color: #E28252;
}
</style>