Shades of Flamingo #EB5A3E
Tints of Flamingo #EB5A3E
RGB
CMYK
RGB Variations
Color information
#EB5A3E (or 0xEB5A3E) is known color: Flamingo. HEX triplet: EB, 5A and 3E. RGB value is (235,90,62). Sum of RGB (Red+Green+Blue) = 235+90+62=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A3E is #14A5C1. Grayscale: #828282. Windows color (decimal): -1353154 or 4086507. OLE color: 4086507.
HSL color Cylindrical-coordinate representation of color #EB5A3E: hue angle of 9.71º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB5A3E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 62 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.08 |
| HSL | 9.71º | 0.81% | 0.58% | - |
| HSV(B) | 9.71º | 0.74% | 0.92% | - |
| XYZ | 38.79 | 25.32 | 7.4 | - |
| YUV | 130.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 62 | 0 | 0.62 | 0.74 | 0.08 | 9.71 | 0.81 | 0.58 |
| Hex | EB | 5A | 3E | 0 | 3E | 4A | 8 | A | 51 | 3A |
| Octal | 353 | 132 | 76 | 0 | 76 | 112 | 10 | 12 | 121 | 72 |
| Binary | 11101011 | 1011010 | 111110 | 0 | 111110 | 1001010 | 1000 | 1010 | 1010001 | 111010 |
Color Harmonies of #EB5A3E
Complementary color
Monochromatic Colors of #EB5A3E
Black with #EB5A3E
Text Example
Text Example
White with #EB5A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A3E; }
p { color: rgb(235,90,62); }
H1.HeaderClassName
{
color: #EB5A3E;
}
.AnyTagClassName
{
color: #EB5A3E;
}
</style>
background-color css
<style>
a { background-color: #EB5A3E; }
a { background-color: rgb(235,90,62); }
div.DivClassName
{
background-color: #EB5A3E;
}
.BgClassName
{
background-color: #EB5A3E;
}
</style>
border-color css
<style>
span { border-color: #EB5A3E; }
span { border-color: rgb(235,90,62); }
td.TdClassName
{
border-color: #EB5A3E;
}
.TagClassName
{
border-color: #EB5A3E;
}
</style>