Shades of Flamenco #E98C45
Tints of Flamenco #E98C45
RGB
CMYK
RGB Variations
Color information
#E98C45 (or 0xE98C45) is known color: Flamenco. HEX triplet: E9, 8C and 45. RGB value is (233,140,69). Sum of RGB (Red+Green+Blue) = 233+140+69=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C45 is #1673BA. Grayscale: #A0A0A0. Windows color (decimal): -1471419 or 4558057. OLE color: 4558057.
HSL color Cylindrical-coordinate representation of color #E98C45: hue angle of 25.98º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E98C45 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 69 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.09 |
| HSL | 25.98º | 0.79% | 0.59% | - |
| HSV(B) | 25.98º | 0.7% | 0.91% | - |
| XYZ | 44.06 | 36.51 | 10.36 | - |
| YUV | 159.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 69 | 0 | 0.40 | 0.70 | 0.09 | 25.98 | 0.79 | 0.59 |
| Hex | E9 | 8C | 45 | 0 | 28 | 46 | 9 | 1A | 4F | 3B |
| Octal | 351 | 214 | 105 | 0 | 50 | 106 | 11 | 32 | 117 | 73 |
| Binary | 11101001 | 10001100 | 1000101 | 0 | 101000 | 1000110 | 1001 | 11010 | 1001111 | 111011 |
Color Harmonies of #E98C45
Complementary color
Monochromatic Colors of #E98C45
Black with #E98C45
Text Example
Text Example
White with #E98C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C45; }
p { color: rgb(233,140,69); }
H1.HeaderClassName
{
color: #E98C45;
}
.AnyTagClassName
{
color: #E98C45;
}
</style>
background-color css
<style>
a { background-color: #E98C45; }
a { background-color: rgb(233,140,69); }
div.DivClassName
{
background-color: #E98C45;
}
.BgClassName
{
background-color: #E98C45;
}
</style>
border-color css
<style>
span { border-color: #E98C45; }
span { border-color: rgb(233,140,69); }
td.TdClassName
{
border-color: #E98C45;
}
.TagClassName
{
border-color: #E98C45;
}
</style>