Shades of Jaffa #E08152
Tints of Jaffa #E08152
RGB
CMYK
RGB Variations
Color information
#E08152 (or 0xE08152) is known color: Jaffa. HEX triplet: E0, 81 and 52. RGB value is (224,129,82). Sum of RGB (Red+Green+Blue) = 224+129+82=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08152 is #1F7EAD. Grayscale: #989898. Windows color (decimal): -2064046 or 5407200. OLE color: 5407200.
HSL color Cylindrical-coordinate representation of color #E08152: hue angle of 19.86º 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 #E08152 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 82 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.12 |
| HSL | 19.86º | 0.7% | 0.6% | - |
| HSV(B) | 19.86º | 0.63% | 0.88% | - |
| XYZ | 40.11 | 32.16 | 12.08 | - |
| YUV | 152.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 82 | 0 | 0.42 | 0.63 | 0.12 | 19.86 | 0.7 | 0.6 |
| Hex | E0 | 81 | 52 | 0 | 2A | 3F | C | 14 | 46 | 3C |
| Octal | 340 | 201 | 122 | 0 | 52 | 77 | 14 | 24 | 106 | 74 |
| Binary | 11100000 | 10000001 | 1010010 | 0 | 101010 | 111111 | 1100 | 10100 | 1000110 | 111100 |
Color Harmonies of #E08152
Complementary color
Monochromatic Colors of #E08152
Black with #E08152
Text Example
Text Example
White with #E08152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08152; }
p { color: rgb(224,129,82); }
H1.HeaderClassName
{
color: #E08152;
}
.AnyTagClassName
{
color: #E08152;
}
</style>
background-color css
<style>
a { background-color: #E08152; }
a { background-color: rgb(224,129,82); }
div.DivClassName
{
background-color: #E08152;
}
.BgClassName
{
background-color: #E08152;
}
</style>
border-color css
<style>
span { border-color: #E08152; }
span { border-color: rgb(224,129,82); }
td.TdClassName
{
border-color: #E08152;
}
.TagClassName
{
border-color: #E08152;
}
</style>