Shades of Jaffa #E5754A
Tints of Jaffa #E5754A
RGB
CMYK
RGB Variations
Color information
#E5754A (or 0xE5754A) is known color: Jaffa. HEX triplet: E5, 75 and 4A. RGB value is (229,117,74). Sum of RGB (Red+Green+Blue) = 229+117+74=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5754A is #1A8AB5. Grayscale: #919191. Windows color (decimal): -1739446 or 4879845. OLE color: 4879845.
HSL color Cylindrical-coordinate representation of color #E5754A: hue angle of 16.65º 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 #E5754A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 74 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.10 |
| HSL | 16.65º | 0.75% | 0.59% | - |
| HSV(B) | 16.65º | 0.68% | 0.9% | - |
| XYZ | 39.91 | 29.88 | 10.14 | - |
| YUV | 145.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 74 | 0 | 0.49 | 0.68 | 0.10 | 16.65 | 0.75 | 0.59 |
| Hex | E5 | 75 | 4A | 0 | 31 | 44 | A | 11 | 4B | 3B |
| Octal | 345 | 165 | 112 | 0 | 61 | 104 | 12 | 21 | 113 | 73 |
| Binary | 11100101 | 1110101 | 1001010 | 0 | 110001 | 1000100 | 1010 | 10001 | 1001011 | 111011 |
Color Harmonies of #E5754A
Complementary color
Monochromatic Colors of #E5754A
Black with #E5754A
Text Example
Text Example
White with #E5754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5754A; }
p { color: rgb(229,117,74); }
H1.HeaderClassName
{
color: #E5754A;
}
.AnyTagClassName
{
color: #E5754A;
}
</style>
background-color css
<style>
a { background-color: #E5754A; }
a { background-color: rgb(229,117,74); }
div.DivClassName
{
background-color: #E5754A;
}
.BgClassName
{
background-color: #E5754A;
}
</style>
border-color css
<style>
span { border-color: #E5754A; }
span { border-color: rgb(229,117,74); }
td.TdClassName
{
border-color: #E5754A;
}
.TagClassName
{
border-color: #E5754A;
}
</style>