Shades of Jaffa #E57D4A
Tints of Jaffa #E57D4A
RGB
CMYK
RGB Variations
Color information
#E57D4A (or 0xE57D4A) is known color: Jaffa. HEX triplet: E5, 7D and 4A. RGB value is (229,125,74). Sum of RGB (Red+Green+Blue) = 229+125+74=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D4A is #1A82B5. Grayscale: #969696. Windows color (decimal): -1737398 or 4881893. OLE color: 4881893.
HSL color Cylindrical-coordinate representation of color #E57D4A: hue angle of 19.74º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E57D4A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 74 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.10 |
| HSL | 19.74º | 0.75% | 0.59% | - |
| HSV(B) | 19.74º | 0.68% | 0.9% | - |
| XYZ | 40.88 | 31.82 | 10.47 | - |
| YUV | 150.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 74 | 0 | 0.45 | 0.68 | 0.10 | 19.74 | 0.75 | 0.59 |
| Hex | E5 | 7D | 4A | 0 | 2D | 44 | A | 14 | 4B | 3B |
| Octal | 345 | 175 | 112 | 0 | 55 | 104 | 12 | 24 | 113 | 73 |
| Binary | 11100101 | 1111101 | 1001010 | 0 | 101101 | 1000100 | 1010 | 10100 | 1001011 | 111011 |
Color Harmonies of #E57D4A
Complementary color
Monochromatic Colors of #E57D4A
Black with #E57D4A
Text Example
Text Example
White with #E57D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D4A; }
p { color: rgb(229,125,74); }
H1.HeaderClassName
{
color: #E57D4A;
}
.AnyTagClassName
{
color: #E57D4A;
}
</style>
background-color css
<style>
a { background-color: #E57D4A; }
a { background-color: rgb(229,125,74); }
div.DivClassName
{
background-color: #E57D4A;
}
.BgClassName
{
background-color: #E57D4A;
}
</style>
border-color css
<style>
span { border-color: #E57D4A; }
span { border-color: rgb(229,125,74); }
td.TdClassName
{
border-color: #E57D4A;
}
.TagClassName
{
border-color: #E57D4A;
}
</style>