Shades of Jaffa #E08252
Tints of Jaffa #E08252
RGB
CMYK
RGB Variations
Color information
#E08252 (or 0xE08252) is known color: Jaffa. HEX triplet: E0, 82 and 52. RGB value is (224,130,82). Sum of RGB (Red+Green+Blue) = 224+130+82=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E08252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08252 is #1F7DAD. Grayscale: #989898. Windows color (decimal): -2063790 or 5407456. OLE color: 5407456.
HSL color Cylindrical-coordinate representation of color #E08252: hue angle of 20.28º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E08252 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 82 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.12 |
| HSL | 20.28º | 0.7% | 0.6% | - |
| HSV(B) | 20.28º | 0.63% | 0.88% | - |
| XYZ | 40.25 | 32.42 | 12.12 | - |
| YUV | 152.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 82 | 0 | 0.42 | 0.63 | 0.12 | 20.28 | 0.7 | 0.6 |
| Hex | E0 | 82 | 52 | 0 | 2A | 3F | C | 14 | 46 | 3C |
| Octal | 340 | 202 | 122 | 0 | 52 | 77 | 14 | 24 | 106 | 74 |
| Binary | 11100000 | 10000010 | 1010010 | 0 | 101010 | 111111 | 1100 | 10100 | 1000110 | 111100 |
Color Harmonies of #E08252
Complementary color
Monochromatic Colors of #E08252
Black with #E08252
Text Example
Text Example
White with #E08252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08252; }
p { color: rgb(224,130,82); }
H1.HeaderClassName
{
color: #E08252;
}
.AnyTagClassName
{
color: #E08252;
}
</style>
background-color css
<style>
a { background-color: #E08252; }
a { background-color: rgb(224,130,82); }
div.DivClassName
{
background-color: #E08252;
}
.BgClassName
{
background-color: #E08252;
}
</style>
border-color css
<style>
span { border-color: #E08252; }
span { border-color: rgb(224,130,82); }
td.TdClassName
{
border-color: #E08252;
}
.TagClassName
{
border-color: #E08252;
}
</style>