Shades of Jaffa #E57B42
Tints of Jaffa #E57B42
RGB
CMYK
RGB Variations
Color information
#E57B42 (or 0xE57B42) is known color: Jaffa. HEX triplet: E5, 7B and 42. RGB value is (229,123,66). Sum of RGB (Red+Green+Blue) = 229+123+66=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E57B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57B42 is #1A84BD. Grayscale: #949494. Windows color (decimal): -1737918 or 4357093. OLE color: 4357093.
HSL color Cylindrical-coordinate representation of color #E57B42: hue angle of 20.98º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E57B42 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 66 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.10 |
| HSL | 20.98º | 0.76% | 0.58% | - |
| HSV(B) | 20.98º | 0.71% | 0.9% | - |
| XYZ | 40.38 | 31.22 | 9.05 | - |
| YUV | 148.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 66 | 0 | 0.46 | 0.71 | 0.10 | 20.98 | 0.76 | 0.58 |
| Hex | E5 | 7B | 42 | 0 | 2E | 47 | A | 15 | 4C | 3A |
| Octal | 345 | 173 | 102 | 0 | 56 | 107 | 12 | 25 | 114 | 72 |
| Binary | 11100101 | 1111011 | 1000010 | 0 | 101110 | 1000111 | 1010 | 10101 | 1001100 | 111010 |
Color Harmonies of #E57B42
Complementary color
Monochromatic Colors of #E57B42
Black with #E57B42
Text Example
Text Example
White with #E57B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57B42; }
p { color: rgb(229,123,66); }
H1.HeaderClassName
{
color: #E57B42;
}
.AnyTagClassName
{
color: #E57B42;
}
</style>
background-color css
<style>
a { background-color: #E57B42; }
a { background-color: rgb(229,123,66); }
div.DivClassName
{
background-color: #E57B42;
}
.BgClassName
{
background-color: #E57B42;
}
</style>
border-color css
<style>
span { border-color: #E57B42; }
span { border-color: rgb(229,123,66); }
td.TdClassName
{
border-color: #E57B42;
}
.TagClassName
{
border-color: #E57B42;
}
</style>