Shades of Flamingo #EA674A
Tints of Flamingo #EA674A
RGB
CMYK
RGB Variations
Color information
#EA674A (or 0xEA674A) is known color: Flamingo. HEX triplet: EA, 67 and 4A. RGB value is (234,103,74). Sum of RGB (Red+Green+Blue) = 234+103+74=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA674A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA674A is #1598B5. Grayscale: #8B8B8B. Windows color (decimal): -1415350 or 4876266. OLE color: 4876266.
HSL color Cylindrical-coordinate representation of color #EA674A: hue angle of 10.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA674A is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 74 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.08 |
| HSL | 10.88º | 0.79% | 0.6% | - |
| HSV(B) | 10.88º | 0.68% | 0.92% | - |
| XYZ | 40.02 | 27.69 | 9.71 | - |
| YUV | 138.86 | 91.4 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 74 | 0 | 0.56 | 0.68 | 0.08 | 10.88 | 0.79 | 0.6 |
| Hex | EA | 67 | 4A | 0 | 38 | 44 | 8 | B | 4F | 3C |
| Octal | 352 | 147 | 112 | 0 | 70 | 104 | 10 | 13 | 117 | 74 |
| Binary | 11101010 | 1100111 | 1001010 | 0 | 111000 | 1000100 | 1000 | 1011 | 1001111 | 111100 |
Color Harmonies of #EA674A
Complementary color
Monochromatic Colors of #EA674A
Black with #EA674A
Text Example
Text Example
White with #EA674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA674A; }
p { color: rgb(234,103,74); }
H1.HeaderClassName
{
color: #EA674A;
}
.AnyTagClassName
{
color: #EA674A;
}
</style>
background-color css
<style>
a { background-color: #EA674A; }
a { background-color: rgb(234,103,74); }
div.DivClassName
{
background-color: #EA674A;
}
.BgClassName
{
background-color: #EA674A;
}
</style>
border-color css
<style>
span { border-color: #EA674A; }
span { border-color: rgb(234,103,74); }
td.TdClassName
{
border-color: #EA674A;
}
.TagClassName
{
border-color: #EA674A;
}
</style>