Shades of Flamingo #EA5C3E
Tints of Flamingo #EA5C3E
RGB
CMYK
RGB Variations
Color information
#EA5C3E (or 0xEA5C3E) is known color: Flamingo. HEX triplet: EA, 5C and 3E. RGB value is (234,92,62). Sum of RGB (Red+Green+Blue) = 234+92+62=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C3E is #15A3C1. Grayscale: #838383. Windows color (decimal): -1418178 or 4087018. OLE color: 4087018.
HSL color Cylindrical-coordinate representation of color #EA5C3E: hue angle of 10.47º degrees, saturation: 0.8, 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 #EA5C3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.08 |
| HSL | 10.47º | 0.8% | 0.58% | - |
| HSV(B) | 10.47º | 0.74% | 0.92% | - |
| XYZ | 38.63 | 25.49 | 7.44 | - |
| YUV | 131.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 62 | 0 | 0.61 | 0.74 | 0.08 | 10.47 | 0.8 | 0.58 |
| Hex | EA | 5C | 3E | 0 | 3D | 4A | 8 | A | 50 | 3A |
| Octal | 352 | 134 | 76 | 0 | 75 | 112 | 10 | 12 | 120 | 72 |
| Binary | 11101010 | 1011100 | 111110 | 0 | 111101 | 1001010 | 1000 | 1010 | 1010000 | 111010 |
Color Harmonies of #EA5C3E
Complementary color
Monochromatic Colors of #EA5C3E
Black with #EA5C3E
Text Example
Text Example
White with #EA5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C3E; }
p { color: rgb(234,92,62); }
H1.HeaderClassName
{
color: #EA5C3E;
}
.AnyTagClassName
{
color: #EA5C3E;
}
</style>
background-color css
<style>
a { background-color: #EA5C3E; }
a { background-color: rgb(234,92,62); }
div.DivClassName
{
background-color: #EA5C3E;
}
.BgClassName
{
background-color: #EA5C3E;
}
</style>
border-color css
<style>
span { border-color: #EA5C3E; }
span { border-color: rgb(234,92,62); }
td.TdClassName
{
border-color: #EA5C3E;
}
.TagClassName
{
border-color: #EA5C3E;
}
</style>