Shades of Jaffa #E38150
Tints of Jaffa #E38150
RGB
CMYK
RGB Variations
Color information
#E38150 (or 0xE38150) is known color: Jaffa. HEX triplet: E3, 81 and 50. RGB value is (227,129,80). Sum of RGB (Red+Green+Blue) = 227+129+80=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E38150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E38150 is #1C7EAF. Grayscale: #999999. Windows color (decimal): -1867440 or 5276131. OLE color: 5276131.
HSL color Cylindrical-coordinate representation of color #E38150: hue angle of 20º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E38150 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 80 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.11 |
| HSL | 20º | 0.72% | 0.6% | - |
| HSV(B) | 20º | 0.65% | 0.89% | - |
| XYZ | 40.98 | 32.61 | 11.72 | - |
| YUV | 152.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 80 | 0 | 0.43 | 0.65 | 0.11 | 20 | 0.72 | 0.6 |
| Hex | E3 | 81 | 50 | 0 | 2B | 41 | B | 14 | 48 | 3C |
| Octal | 343 | 201 | 120 | 0 | 53 | 101 | 13 | 24 | 110 | 74 |
| Binary | 11100011 | 10000001 | 1010000 | 0 | 101011 | 1000001 | 1011 | 10100 | 1001000 | 111100 |
Color Harmonies of #E38150
Complementary color
Monochromatic Colors of #E38150
Black with #E38150
Text Example
Text Example
White with #E38150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38150; }
p { color: rgb(227,129,80); }
H1.HeaderClassName
{
color: #E38150;
}
.AnyTagClassName
{
color: #E38150;
}
</style>
background-color css
<style>
a { background-color: #E38150; }
a { background-color: rgb(227,129,80); }
div.DivClassName
{
background-color: #E38150;
}
.BgClassName
{
background-color: #E38150;
}
</style>
border-color css
<style>
span { border-color: #E38150; }
span { border-color: rgb(227,129,80); }
td.TdClassName
{
border-color: #E38150;
}
.TagClassName
{
border-color: #E38150;
}
</style>