Shades of Jaffa #E67B4D
Tints of Jaffa #E67B4D
RGB
CMYK
RGB Variations
Color information
#E67B4D (or 0xE67B4D) is known color: Jaffa. HEX triplet: E6, 7B and 4D. RGB value is (230,123,77). Sum of RGB (Red+Green+Blue) = 230+123+77=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B4D is #1984B2. Grayscale: #969696. Windows color (decimal): -1672371 or 5077990. OLE color: 5077990.
HSL color Cylindrical-coordinate representation of color #E67B4D: hue angle of 18.04º degrees, saturation: 0.75, 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 #E67B4D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 77 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.10 |
| HSL | 18.04º | 0.75% | 0.6% | - |
| HSV(B) | 18.04º | 0.67% | 0.9% | - |
| XYZ | 41.06 | 31.52 | 10.94 | - |
| YUV | 149.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 77 | 0 | 0.47 | 0.67 | 0.10 | 18.04 | 0.75 | 0.6 |
| Hex | E6 | 7B | 4D | 0 | 2F | 43 | A | 12 | 4B | 3C |
| Octal | 346 | 173 | 115 | 0 | 57 | 103 | 12 | 22 | 113 | 74 |
| Binary | 11100110 | 1111011 | 1001101 | 0 | 101111 | 1000011 | 1010 | 10010 | 1001011 | 111100 |
Color Harmonies of #E67B4D
Complementary color
Monochromatic Colors of #E67B4D
Black with #E67B4D
Text Example
Text Example
White with #E67B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B4D; }
p { color: rgb(230,123,77); }
H1.HeaderClassName
{
color: #E67B4D;
}
.AnyTagClassName
{
color: #E67B4D;
}
</style>
background-color css
<style>
a { background-color: #E67B4D; }
a { background-color: rgb(230,123,77); }
div.DivClassName
{
background-color: #E67B4D;
}
.BgClassName
{
background-color: #E67B4D;
}
</style>
border-color css
<style>
span { border-color: #E67B4D; }
span { border-color: rgb(230,123,77); }
td.TdClassName
{
border-color: #E67B4D;
}
.TagClassName
{
border-color: #E67B4D;
}
</style>