Shades of Jaffa #EA6C42
Tints of Jaffa #EA6C42
RGB
CMYK
RGB Variations
Color information
#EA6C42 (or 0xEA6C42) is known color: Jaffa. HEX triplet: EA, 6C and 42. RGB value is (234,108,66). Sum of RGB (Red+Green+Blue) = 234+108+66=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6C42 is #1593BD. Grayscale: #8D8D8D. Windows color (decimal): -1414078 or 4353258. OLE color: 4353258.
HSL color Cylindrical-coordinate representation of color #EA6C42: hue angle of 15º 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 #EA6C42 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 66 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.08 |
| HSL | 15º | 0.8% | 0.59% | - |
| HSV(B) | 15º | 0.72% | 0.92% | - |
| XYZ | 40.28 | 28.61 | 8.55 | - |
| YUV | 140.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 66 | 0 | 0.54 | 0.72 | 0.08 | 15 | 0.8 | 0.59 |
| Hex | EA | 6C | 42 | 0 | 36 | 48 | 8 | F | 50 | 3B |
| Octal | 352 | 154 | 102 | 0 | 66 | 110 | 10 | 17 | 120 | 73 |
| Binary | 11101010 | 1101100 | 1000010 | 0 | 110110 | 1001000 | 1000 | 1111 | 1010000 | 111011 |
Color Harmonies of #EA6C42
Complementary color
Monochromatic Colors of #EA6C42
Black with #EA6C42
Text Example
Text Example
White with #EA6C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C42; }
p { color: rgb(234,108,66); }
H1.HeaderClassName
{
color: #EA6C42;
}
.AnyTagClassName
{
color: #EA6C42;
}
</style>
background-color css
<style>
a { background-color: #EA6C42; }
a { background-color: rgb(234,108,66); }
div.DivClassName
{
background-color: #EA6C42;
}
.BgClassName
{
background-color: #EA6C42;
}
</style>
border-color css
<style>
span { border-color: #EA6C42; }
span { border-color: rgb(234,108,66); }
td.TdClassName
{
border-color: #EA6C42;
}
.TagClassName
{
border-color: #EA6C42;
}
</style>