Shades of Jaffa #E67D4B
Tints of Jaffa #E67D4B
RGB
CMYK
RGB Variations
Color information
#E67D4B (or 0xE67D4B) is known color: Jaffa. HEX triplet: E6, 7D and 4B. RGB value is (230,125,75). Sum of RGB (Red+Green+Blue) = 230+125+75=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67D4B is #1982B4. Grayscale: #979797. Windows color (decimal): -1671861 or 4947430. OLE color: 4947430.
HSL color Cylindrical-coordinate representation of color #E67D4B: hue angle of 19.35º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E67D4B is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 75 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.10 |
| HSL | 19.35º | 0.76% | 0.6% | - |
| HSV(B) | 19.35º | 0.67% | 0.9% | - |
| XYZ | 41.24 | 32 | 10.66 | - |
| YUV | 150.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 75 | 0 | 0.46 | 0.67 | 0.10 | 19.35 | 0.76 | 0.6 |
| Hex | E6 | 7D | 4B | 0 | 2E | 43 | A | 13 | 4C | 3C |
| Octal | 346 | 175 | 113 | 0 | 56 | 103 | 12 | 23 | 114 | 74 |
| Binary | 11100110 | 1111101 | 1001011 | 0 | 101110 | 1000011 | 1010 | 10011 | 1001100 | 111100 |
Color Harmonies of #E67D4B
Complementary color
Monochromatic Colors of #E67D4B
Black with #E67D4B
Text Example
Text Example
White with #E67D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D4B; }
p { color: rgb(230,125,75); }
H1.HeaderClassName
{
color: #E67D4B;
}
.AnyTagClassName
{
color: #E67D4B;
}
</style>
background-color css
<style>
a { background-color: #E67D4B; }
a { background-color: rgb(230,125,75); }
div.DivClassName
{
background-color: #E67D4B;
}
.BgClassName
{
background-color: #E67D4B;
}
</style>
border-color css
<style>
span { border-color: #E67D4B; }
span { border-color: rgb(230,125,75); }
td.TdClassName
{
border-color: #E67D4B;
}
.TagClassName
{
border-color: #E67D4B;
}
</style>