Shades of Jaffa #EA7B47
Tints of Jaffa #EA7B47
RGB
CMYK
RGB Variations
Color information
#EA7B47 (or 0xEA7B47) is known color: Jaffa. HEX triplet: EA, 7B and 47. RGB value is (234,123,71). Sum of RGB (Red+Green+Blue) = 234+123+71=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7B47 is #1584B8. Grayscale: #969696. Windows color (decimal): -1410233 or 4684778. OLE color: 4684778.
HSL color Cylindrical-coordinate representation of color #EA7B47: hue angle of 19.14º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA7B47 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 71 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.08 |
| HSL | 19.14º | 0.8% | 0.6% | - |
| HSV(B) | 19.14º | 0.7% | 0.92% | - |
| XYZ | 42.15 | 32.11 | 9.94 | - |
| YUV | 150.26 | 83.27 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 71 | 0 | 0.47 | 0.70 | 0.08 | 19.14 | 0.8 | 0.6 |
| Hex | EA | 7B | 47 | 0 | 2F | 46 | 8 | 13 | 50 | 3C |
| Octal | 352 | 173 | 107 | 0 | 57 | 106 | 10 | 23 | 120 | 74 |
| Binary | 11101010 | 1111011 | 1000111 | 0 | 101111 | 1000110 | 1000 | 10011 | 1010000 | 111100 |
Color Harmonies of #EA7B47
Complementary color
Monochromatic Colors of #EA7B47
Black with #EA7B47
Text Example
Text Example
White with #EA7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B47; }
p { color: rgb(234,123,71); }
H1.HeaderClassName
{
color: #EA7B47;
}
.AnyTagClassName
{
color: #EA7B47;
}
</style>
background-color css
<style>
a { background-color: #EA7B47; }
a { background-color: rgb(234,123,71); }
div.DivClassName
{
background-color: #EA7B47;
}
.BgClassName
{
background-color: #EA7B47;
}
</style>
border-color css
<style>
span { border-color: #EA7B47; }
span { border-color: rgb(234,123,71); }
td.TdClassName
{
border-color: #EA7B47;
}
.TagClassName
{
border-color: #EA7B47;
}
</style>