Shades of Jaffa #E0824C
Tints of Jaffa #E0824C
RGB
CMYK
RGB Variations
Color information
#E0824C (or 0xE0824C) is known color: Jaffa. HEX triplet: E0, 82 and 4C. RGB value is (224,130,76). Sum of RGB (Red+Green+Blue) = 224+130+76=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0824C is #1F7DB3. Grayscale: #989898. Windows color (decimal): -2063796 or 5014240. OLE color: 5014240.
HSL color Cylindrical-coordinate representation of color #E0824C: hue angle of 21.89º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0824C is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 130 | 76 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.12 |
| HSL | 21.89º | 0.7% | 0.59% | - |
| HSV(B) | 21.89º | 0.66% | 0.88% | - |
| XYZ | 40.03 | 32.33 | 10.97 | - |
| YUV | 151.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 130 | 76 | 0 | 0.42 | 0.66 | 0.12 | 21.89 | 0.7 | 0.59 |
| Hex | E0 | 82 | 4C | 0 | 2A | 42 | C | 16 | 46 | 3B |
| Octal | 340 | 202 | 114 | 0 | 52 | 102 | 14 | 26 | 106 | 73 |
| Binary | 11100000 | 10000010 | 1001100 | 0 | 101010 | 1000010 | 1100 | 10110 | 1000110 | 111011 |
Color Harmonies of #E0824C
Complementary color
Monochromatic Colors of #E0824C
Black with #E0824C
Text Example
Text Example
White with #E0824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0824C; }
p { color: rgb(224,130,76); }
H1.HeaderClassName
{
color: #E0824C;
}
.AnyTagClassName
{
color: #E0824C;
}
</style>
background-color css
<style>
a { background-color: #E0824C; }
a { background-color: rgb(224,130,76); }
div.DivClassName
{
background-color: #E0824C;
}
.BgClassName
{
background-color: #E0824C;
}
</style>
border-color css
<style>
span { border-color: #E0824C; }
span { border-color: rgb(224,130,76); }
td.TdClassName
{
border-color: #E0824C;
}
.TagClassName
{
border-color: #E0824C;
}
</style>