Shades of Flamingo #EA5C3F
Tints of Flamingo #EA5C3F
RGB
CMYK
RGB Variations
Color information
#EA5C3F (or 0xEA5C3F) is known color: Flamingo. HEX triplet: EA, 5C and 3F. RGB value is (234,92,63). Sum of RGB (Red+Green+Blue) = 234+92+63=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C3F is #15A3C0. Grayscale: #838383. Windows color (decimal): -1418177 or 4152554. OLE color: 4152554.
HSL color Cylindrical-coordinate representation of color #EA5C3F: hue angle of 10.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA5C3F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 63 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.08 |
| HSL | 10.18º | 0.8% | 0.58% | - |
| HSV(B) | 10.18º | 0.73% | 0.92% | - |
| XYZ | 38.66 | 25.51 | 7.59 | - |
| YUV | 131.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 63 | 0 | 0.61 | 0.73 | 0.08 | 10.18 | 0.8 | 0.58 |
| Hex | EA | 5C | 3F | 0 | 3D | 49 | 8 | A | 50 | 3A |
| Octal | 352 | 134 | 77 | 0 | 75 | 111 | 10 | 12 | 120 | 72 |
| Binary | 11101010 | 1011100 | 111111 | 0 | 111101 | 1001001 | 1000 | 1010 | 1010000 | 111010 |
Color Harmonies of #EA5C3F
Complementary color
Monochromatic Colors of #EA5C3F
Black with #EA5C3F
Text Example
Text Example
White with #EA5C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C3F; }
p { color: rgb(234,92,63); }
H1.HeaderClassName
{
color: #EA5C3F;
}
.AnyTagClassName
{
color: #EA5C3F;
}
</style>
background-color css
<style>
a { background-color: #EA5C3F; }
a { background-color: rgb(234,92,63); }
div.DivClassName
{
background-color: #EA5C3F;
}
.BgClassName
{
background-color: #EA5C3F;
}
</style>
border-color css
<style>
span { border-color: #EA5C3F; }
span { border-color: rgb(234,92,63); }
td.TdClassName
{
border-color: #EA5C3F;
}
.TagClassName
{
border-color: #EA5C3F;
}
</style>