Shades of Jaffa #E27E4B
Tints of Jaffa #E27E4B
RGB
CMYK
RGB Variations
Color information
#E27E4B (or 0xE27E4B) is known color: Jaffa. HEX triplet: E2, 7E and 4B. RGB value is (226,126,75). Sum of RGB (Red+Green+Blue) = 226+126+75=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27E4B is #1D81B4. Grayscale: #969696. Windows color (decimal): -1933749 or 4947682. OLE color: 4947682.
HSL color Cylindrical-coordinate representation of color #E27E4B: hue angle of 20.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E27E4B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 75 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.11 |
| HSL | 20.26º | 0.72% | 0.59% | - |
| HSV(B) | 20.26º | 0.67% | 0.89% | - |
| XYZ | 40.09 | 31.6 | 10.64 | - |
| YUV | 150.09 | 85.63 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 75 | 0 | 0.44 | 0.67 | 0.11 | 20.26 | 0.72 | 0.59 |
| Hex | E2 | 7E | 4B | 0 | 2C | 43 | B | 14 | 48 | 3B |
| Octal | 342 | 176 | 113 | 0 | 54 | 103 | 13 | 24 | 110 | 73 |
| Binary | 11100010 | 1111110 | 1001011 | 0 | 101100 | 1000011 | 1011 | 10100 | 1001000 | 111011 |
Color Harmonies of #E27E4B
Complementary color
Monochromatic Colors of #E27E4B
Black with #E27E4B
Text Example
Text Example
White with #E27E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E4B; }
p { color: rgb(226,126,75); }
H1.HeaderClassName
{
color: #E27E4B;
}
.AnyTagClassName
{
color: #E27E4B;
}
</style>
background-color css
<style>
a { background-color: #E27E4B; }
a { background-color: rgb(226,126,75); }
div.DivClassName
{
background-color: #E27E4B;
}
.BgClassName
{
background-color: #E27E4B;
}
</style>
border-color css
<style>
span { border-color: #E27E4B; }
span { border-color: rgb(226,126,75); }
td.TdClassName
{
border-color: #E27E4B;
}
.TagClassName
{
border-color: #E27E4B;
}
</style>