Shades of Jaffa #EA7B42
Tints of Jaffa #EA7B42
RGB
CMYK
RGB Variations
Color information
#EA7B42 (or 0xEA7B42) is known color: Jaffa. HEX triplet: EA, 7B and 42. RGB value is (234,123,66). Sum of RGB (Red+Green+Blue) = 234+123+66=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7B42 is #1584BD. Grayscale: #969696. Windows color (decimal): -1410238 or 4357098. OLE color: 4357098.
HSL color Cylindrical-coordinate representation of color #EA7B42: hue angle of 20.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA7B42 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 66 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.08 |
| HSL | 20.36º | 0.8% | 0.59% | - |
| HSV(B) | 20.36º | 0.72% | 0.92% | - |
| XYZ | 42 | 32.05 | 9.13 | - |
| YUV | 149.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 66 | 0 | 0.47 | 0.72 | 0.08 | 20.36 | 0.8 | 0.59 |
| Hex | EA | 7B | 42 | 0 | 2F | 48 | 8 | 14 | 50 | 3B |
| Octal | 352 | 173 | 102 | 0 | 57 | 110 | 10 | 24 | 120 | 73 |
| Binary | 11101010 | 1111011 | 1000010 | 0 | 101111 | 1001000 | 1000 | 10100 | 1010000 | 111011 |
Color Harmonies of #EA7B42
Complementary color
Monochromatic Colors of #EA7B42
Black with #EA7B42
Text Example
Text Example
White with #EA7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B42; }
p { color: rgb(234,123,66); }
H1.HeaderClassName
{
color: #EA7B42;
}
.AnyTagClassName
{
color: #EA7B42;
}
</style>
background-color css
<style>
a { background-color: #EA7B42; }
a { background-color: rgb(234,123,66); }
div.DivClassName
{
background-color: #EA7B42;
}
.BgClassName
{
background-color: #EA7B42;
}
</style>
border-color css
<style>
span { border-color: #EA7B42; }
span { border-color: rgb(234,123,66); }
td.TdClassName
{
border-color: #EA7B42;
}
.TagClassName
{
border-color: #EA7B42;
}
</style>