Shades of Jaffa #E08352
Tints of Jaffa #E08352
RGB
CMYK
RGB Variations
Color information
#E08352 (or 0xE08352) is known color: Jaffa. HEX triplet: E0, 83 and 52. RGB value is (224,131,82). Sum of RGB (Red+Green+Blue) = 224+131+82=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E08352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08352 is #1F7CAD. Grayscale: #999999. Windows color (decimal): -2063534 or 5407712. OLE color: 5407712.
HSL color Cylindrical-coordinate representation of color #E08352: hue angle of 20.7º 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 #E08352 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 82 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.12 |
| HSL | 20.7º | 0.7% | 0.6% | - |
| HSV(B) | 20.7º | 0.63% | 0.88% | - |
| XYZ | 40.38 | 32.69 | 12.16 | - |
| YUV | 153.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 82 | 0 | 0.42 | 0.63 | 0.12 | 20.7 | 0.7 | 0.6 |
| Hex | E0 | 83 | 52 | 0 | 2A | 3F | C | 15 | 46 | 3C |
| Octal | 340 | 203 | 122 | 0 | 52 | 77 | 14 | 25 | 106 | 74 |
| Binary | 11100000 | 10000011 | 1010010 | 0 | 101010 | 111111 | 1100 | 10101 | 1000110 | 111100 |
Color Harmonies of #E08352
Complementary color
Monochromatic Colors of #E08352
Black with #E08352
Text Example
Text Example
White with #E08352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08352; }
p { color: rgb(224,131,82); }
H1.HeaderClassName
{
color: #E08352;
}
.AnyTagClassName
{
color: #E08352;
}
</style>
background-color css
<style>
a { background-color: #E08352; }
a { background-color: rgb(224,131,82); }
div.DivClassName
{
background-color: #E08352;
}
.BgClassName
{
background-color: #E08352;
}
</style>
border-color css
<style>
span { border-color: #E08352; }
span { border-color: rgb(224,131,82); }
td.TdClassName
{
border-color: #E08352;
}
.TagClassName
{
border-color: #E08352;
}
</style>