Shades of Flamingo #EA6543
Tints of Flamingo #EA6543
RGB
CMYK
RGB Variations
Color information
#EA6543 (or 0xEA6543) is known color: Flamingo. HEX triplet: EA, 65 and 43. RGB value is (234,101,67). Sum of RGB (Red+Green+Blue) = 234+101+67=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6543 is #159ABC. Grayscale: #898989. Windows color (decimal): -1415869 or 4417002. OLE color: 4417002.
HSL color Cylindrical-coordinate representation of color #EA6543: hue angle of 12.22º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA6543 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 101 | 67 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.08 |
| HSL | 12.22º | 0.8% | 0.59% | - |
| HSV(B) | 12.22º | 0.71% | 0.92% | - |
| XYZ | 39.6 | 27.21 | 8.47 | - |
| YUV | 136.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 101 | 67 | 0 | 0.57 | 0.71 | 0.08 | 12.22 | 0.8 | 0.59 |
| Hex | EA | 65 | 43 | 0 | 39 | 47 | 8 | C | 50 | 3B |
| Octal | 352 | 145 | 103 | 0 | 71 | 107 | 10 | 14 | 120 | 73 |
| Binary | 11101010 | 1100101 | 1000011 | 0 | 111001 | 1000111 | 1000 | 1100 | 1010000 | 111011 |
Color Harmonies of #EA6543
Complementary color
Monochromatic Colors of #EA6543
Black with #EA6543
Text Example
Text Example
White with #EA6543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6543; }
p { color: rgb(234,101,67); }
H1.HeaderClassName
{
color: #EA6543;
}
.AnyTagClassName
{
color: #EA6543;
}
</style>
background-color css
<style>
a { background-color: #EA6543; }
a { background-color: rgb(234,101,67); }
div.DivClassName
{
background-color: #EA6543;
}
.BgClassName
{
background-color: #EA6543;
}
</style>
border-color css
<style>
span { border-color: #EA6543; }
span { border-color: rgb(234,101,67); }
td.TdClassName
{
border-color: #EA6543;
}
.TagClassName
{
border-color: #EA6543;
}
</style>