Shades of Jaffa #EA7A43
Tints of Jaffa #EA7A43
RGB
CMYK
RGB Variations
Color information
#EA7A43 (or 0xEA7A43) is known color: Jaffa. HEX triplet: EA, 7A and 43. RGB value is (234,122,67). Sum of RGB (Red+Green+Blue) = 234+122+67=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A43 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A43 is #1585BC. Grayscale: #959595. Windows color (decimal): -1410493 or 4422378. OLE color: 4422378.
HSL color Cylindrical-coordinate representation of color #EA7A43: hue angle of 19.76º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA7A43 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 67 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.08 |
| HSL | 19.76º | 0.8% | 0.59% | - |
| HSV(B) | 19.76º | 0.71% | 0.92% | - |
| XYZ | 41.9 | 31.82 | 9.24 | - |
| YUV | 149.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 67 | 0 | 0.48 | 0.71 | 0.08 | 19.76 | 0.8 | 0.59 |
| Hex | EA | 7A | 43 | 0 | 30 | 47 | 8 | 14 | 50 | 3B |
| Octal | 352 | 172 | 103 | 0 | 60 | 107 | 10 | 24 | 120 | 73 |
| Binary | 11101010 | 1111010 | 1000011 | 0 | 110000 | 1000111 | 1000 | 10100 | 1010000 | 111011 |
Color Harmonies of #EA7A43
Complementary color
Monochromatic Colors of #EA7A43
Black with #EA7A43
Text Example
Text Example
White with #EA7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A43; }
p { color: rgb(234,122,67); }
H1.HeaderClassName
{
color: #EA7A43;
}
.AnyTagClassName
{
color: #EA7A43;
}
</style>
background-color css
<style>
a { background-color: #EA7A43; }
a { background-color: rgb(234,122,67); }
div.DivClassName
{
background-color: #EA7A43;
}
.BgClassName
{
background-color: #EA7A43;
}
</style>
border-color css
<style>
span { border-color: #EA7A43; }
span { border-color: rgb(234,122,67); }
td.TdClassName
{
border-color: #EA7A43;
}
.TagClassName
{
border-color: #EA7A43;
}
</style>