Shades of Flamenco #E98C44
Tints of Flamenco #E98C44
RGB
CMYK
RGB Variations
Color information
#E98C44 (or 0xE98C44) is known color: Flamenco. HEX triplet: E9, 8C and 44. RGB value is (233,140,68). Sum of RGB (Red+Green+Blue) = 233+140+68=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C44 is #1673BB. Grayscale: #9F9F9F. Windows color (decimal): -1471420 or 4492521. OLE color: 4492521.
HSL color Cylindrical-coordinate representation of color #E98C44: hue angle of 26.18º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E98C44 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 68 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.09 |
| HSL | 26.18º | 0.79% | 0.59% | - |
| HSV(B) | 26.18º | 0.71% | 0.91% | - |
| XYZ | 44.03 | 36.5 | 10.19 | - |
| YUV | 159.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 68 | 0 | 0.40 | 0.71 | 0.09 | 26.18 | 0.79 | 0.59 |
| Hex | E9 | 8C | 44 | 0 | 28 | 47 | 9 | 1A | 4F | 3B |
| Octal | 351 | 214 | 104 | 0 | 50 | 107 | 11 | 32 | 117 | 73 |
| Binary | 11101001 | 10001100 | 1000100 | 0 | 101000 | 1000111 | 1001 | 11010 | 1001111 | 111011 |
Color Harmonies of #E98C44
Complementary color
Monochromatic Colors of #E98C44
Black with #E98C44
Text Example
Text Example
White with #E98C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C44; }
p { color: rgb(233,140,68); }
H1.HeaderClassName
{
color: #E98C44;
}
.AnyTagClassName
{
color: #E98C44;
}
</style>
background-color css
<style>
a { background-color: #E98C44; }
a { background-color: rgb(233,140,68); }
div.DivClassName
{
background-color: #E98C44;
}
.BgClassName
{
background-color: #E98C44;
}
</style>
border-color css
<style>
span { border-color: #E98C44; }
span { border-color: rgb(233,140,68); }
td.TdClassName
{
border-color: #E98C44;
}
.TagClassName
{
border-color: #E98C44;
}
</style>