Shades of Jaffa #E4804F
Tints of Jaffa #E4804F
RGB
CMYK
RGB Variations
Color information
#E4804F (or 0xE4804F) is known color: Jaffa. HEX triplet: E4, 80 and 4F. RGB value is (228,128,79). Sum of RGB (Red+Green+Blue) = 228+128+79=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E4804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4804F is #1B7FB0. Grayscale: #989898. Windows color (decimal): -1802161 or 5210340. OLE color: 5210340.
HSL color Cylindrical-coordinate representation of color #E4804F: hue angle of 19.73º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4804F is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 79 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.11 |
| HSL | 19.73º | 0.73% | 0.6% | - |
| HSV(B) | 19.73º | 0.65% | 0.89% | - |
| XYZ | 41.13 | 32.5 | 11.5 | - |
| YUV | 152.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 79 | 0 | 0.44 | 0.65 | 0.11 | 19.73 | 0.73 | 0.6 |
| Hex | E4 | 80 | 4F | 0 | 2C | 41 | B | 14 | 49 | 3C |
| Octal | 344 | 200 | 117 | 0 | 54 | 101 | 13 | 24 | 111 | 74 |
| Binary | 11100100 | 10000000 | 1001111 | 0 | 101100 | 1000001 | 1011 | 10100 | 1001001 | 111100 |
Color Harmonies of #E4804F
Complementary color
Monochromatic Colors of #E4804F
Black with #E4804F
Text Example
Text Example
White with #E4804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4804F; }
p { color: rgb(228,128,79); }
H1.HeaderClassName
{
color: #E4804F;
}
.AnyTagClassName
{
color: #E4804F;
}
</style>
background-color css
<style>
a { background-color: #E4804F; }
a { background-color: rgb(228,128,79); }
div.DivClassName
{
background-color: #E4804F;
}
.BgClassName
{
background-color: #E4804F;
}
</style>
border-color css
<style>
span { border-color: #E4804F; }
span { border-color: rgb(228,128,79); }
td.TdClassName
{
border-color: #E4804F;
}
.TagClassName
{
border-color: #E4804F;
}
</style>