Shades of Jaffa #E37B4B
Tints of Jaffa #E37B4B
RGB
CMYK
RGB Variations
Color information
#E37B4B (or 0xE37B4B) is known color: Jaffa. HEX triplet: E3, 7B and 4B. RGB value is (227,123,75). Sum of RGB (Red+Green+Blue) = 227+123+75=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E37B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37B4B is #1C84B4. Grayscale: #949494. Windows color (decimal): -1868981 or 4946915. OLE color: 4946915.
HSL color Cylindrical-coordinate representation of color #E37B4B: hue angle of 18.95º degrees, saturation: 0.73, 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 #E37B4B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 75 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.11 |
| HSL | 18.95º | 0.73% | 0.59% | - |
| HSV(B) | 18.95º | 0.67% | 0.89% | - |
| XYZ | 40.03 | 31 | 10.53 | - |
| YUV | 148.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 75 | 0 | 0.46 | 0.67 | 0.11 | 18.95 | 0.73 | 0.59 |
| Hex | E3 | 7B | 4B | 0 | 2E | 43 | B | 13 | 49 | 3B |
| Octal | 343 | 173 | 113 | 0 | 56 | 103 | 13 | 23 | 111 | 73 |
| Binary | 11100011 | 1111011 | 1001011 | 0 | 101110 | 1000011 | 1011 | 10011 | 1001001 | 111011 |
Color Harmonies of #E37B4B
Complementary color
Monochromatic Colors of #E37B4B
Black with #E37B4B
Text Example
Text Example
White with #E37B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37B4B; }
p { color: rgb(227,123,75); }
H1.HeaderClassName
{
color: #E37B4B;
}
.AnyTagClassName
{
color: #E37B4B;
}
</style>
background-color css
<style>
a { background-color: #E37B4B; }
a { background-color: rgb(227,123,75); }
div.DivClassName
{
background-color: #E37B4B;
}
.BgClassName
{
background-color: #E37B4B;
}
</style>
border-color css
<style>
span { border-color: #E37B4B; }
span { border-color: rgb(227,123,75); }
td.TdClassName
{
border-color: #E37B4B;
}
.TagClassName
{
border-color: #E37B4B;
}
</style>