Shades of Flamingo #E9694A
Tints of Flamingo #E9694A
RGB
CMYK
RGB Variations
Color information
#E9694A (or 0xE9694A) is known color: Flamingo. HEX triplet: E9, 69 and 4A. RGB value is (233,105,74). Sum of RGB (Red+Green+Blue) = 233+105+74=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E9694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9694A is #1696B5. Grayscale: #8B8B8B. Windows color (decimal): -1480374 or 4876777. OLE color: 4876777.
HSL color Cylindrical-coordinate representation of color #E9694A: hue angle of 11.7º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9694A is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 74 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.09 |
| HSL | 11.7º | 0.78% | 0.6% | - |
| HSV(B) | 11.7º | 0.68% | 0.91% | - |
| XYZ | 39.89 | 27.92 | 9.77 | - |
| YUV | 139.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 74 | 0 | 0.55 | 0.68 | 0.09 | 11.7 | 0.78 | 0.6 |
| Hex | E9 | 69 | 4A | 0 | 37 | 44 | 9 | C | 4E | 3C |
| Octal | 351 | 151 | 112 | 0 | 67 | 104 | 11 | 14 | 116 | 74 |
| Binary | 11101001 | 1101001 | 1001010 | 0 | 110111 | 1000100 | 1001 | 1100 | 1001110 | 111100 |
Color Harmonies of #E9694A
Complementary color
Monochromatic Colors of #E9694A
Black with #E9694A
Text Example
Text Example
White with #E9694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9694A; }
p { color: rgb(233,105,74); }
H1.HeaderClassName
{
color: #E9694A;
}
.AnyTagClassName
{
color: #E9694A;
}
</style>
background-color css
<style>
a { background-color: #E9694A; }
a { background-color: rgb(233,105,74); }
div.DivClassName
{
background-color: #E9694A;
}
.BgClassName
{
background-color: #E9694A;
}
</style>
border-color css
<style>
span { border-color: #E9694A; }
span { border-color: rgb(233,105,74); }
td.TdClassName
{
border-color: #E9694A;
}
.TagClassName
{
border-color: #E9694A;
}
</style>