Shades of Jaffa #E6804B
Tints of Jaffa #E6804B
RGB
CMYK
RGB Variations
Color information
#E6804B (or 0xE6804B) is known color: Jaffa. HEX triplet: E6, 80 and 4B. RGB value is (230,128,75). Sum of RGB (Red+Green+Blue) = 230+128+75=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6804B is #197FB4. Grayscale: #989898. Windows color (decimal): -1671093 or 4948198. OLE color: 4948198.
HSL color Cylindrical-coordinate representation of color #E6804B: hue angle of 20.52º 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 #E6804B is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 75 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.10 |
| HSL | 20.52º | 0.76% | 0.6% | - |
| HSV(B) | 20.52º | 0.67% | 0.9% | - |
| XYZ | 41.62 | 32.77 | 10.79 | - |
| YUV | 152.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 75 | 0 | 0.44 | 0.67 | 0.10 | 20.52 | 0.76 | 0.6 |
| Hex | E6 | 80 | 4B | 0 | 2C | 43 | A | 15 | 4C | 3C |
| Octal | 346 | 200 | 113 | 0 | 54 | 103 | 12 | 25 | 114 | 74 |
| Binary | 11100110 | 10000000 | 1001011 | 0 | 101100 | 1000011 | 1010 | 10101 | 1001100 | 111100 |
Color Harmonies of #E6804B
Complementary color
Monochromatic Colors of #E6804B
Black with #E6804B
Text Example
Text Example
White with #E6804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6804B; }
p { color: rgb(230,128,75); }
H1.HeaderClassName
{
color: #E6804B;
}
.AnyTagClassName
{
color: #E6804B;
}
</style>
background-color css
<style>
a { background-color: #E6804B; }
a { background-color: rgb(230,128,75); }
div.DivClassName
{
background-color: #E6804B;
}
.BgClassName
{
background-color: #E6804B;
}
</style>
border-color css
<style>
span { border-color: #E6804B; }
span { border-color: rgb(230,128,75); }
td.TdClassName
{
border-color: #E6804B;
}
.TagClassName
{
border-color: #E6804B;
}
</style>