Shades of Jaffa #E27D4A
Tints of Jaffa #E27D4A
RGB
CMYK
RGB Variations
Color information
#E27D4A (or 0xE27D4A) is known color: Jaffa. HEX triplet: E2, 7D and 4A. RGB value is (226,125,74). Sum of RGB (Red+Green+Blue) = 226+125+74=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27D4A is #1D82B5. Grayscale: #959595. Windows color (decimal): -1934006 or 4881890. OLE color: 4881890.
HSL color Cylindrical-coordinate representation of color #E27D4A: hue angle of 20.13º 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 #E27D4A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 74 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.11 |
| HSL | 20.13º | 0.72% | 0.59% | - |
| HSV(B) | 20.13º | 0.67% | 0.89% | - |
| XYZ | 39.93 | 31.33 | 10.42 | - |
| YUV | 149.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 74 | 0 | 0.45 | 0.67 | 0.11 | 20.13 | 0.72 | 0.59 |
| Hex | E2 | 7D | 4A | 0 | 2D | 43 | B | 14 | 48 | 3B |
| Octal | 342 | 175 | 112 | 0 | 55 | 103 | 13 | 24 | 110 | 73 |
| Binary | 11100010 | 1111101 | 1001010 | 0 | 101101 | 1000011 | 1011 | 10100 | 1001000 | 111011 |
Color Harmonies of #E27D4A
Complementary color
Monochromatic Colors of #E27D4A
Black with #E27D4A
Text Example
Text Example
White with #E27D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D4A; }
p { color: rgb(226,125,74); }
H1.HeaderClassName
{
color: #E27D4A;
}
.AnyTagClassName
{
color: #E27D4A;
}
</style>
background-color css
<style>
a { background-color: #E27D4A; }
a { background-color: rgb(226,125,74); }
div.DivClassName
{
background-color: #E27D4A;
}
.BgClassName
{
background-color: #E27D4A;
}
</style>
border-color css
<style>
span { border-color: #E27D4A; }
span { border-color: rgb(226,125,74); }
td.TdClassName
{
border-color: #E27D4A;
}
.TagClassName
{
border-color: #E27D4A;
}
</style>