Shades of Flamingo #EE654C
Tints of Flamingo #EE654C
RGB
CMYK
RGB Variations
Color information
#EE654C (or 0xEE654C) is known color: Flamingo. HEX triplet: EE, 65 and 4C. RGB value is (238,101,76). Sum of RGB (Red+Green+Blue) = 238+101+76=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE654C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE654C is #119AB3. Grayscale: #8B8B8B. Windows color (decimal): -1153716 or 5006830. OLE color: 5006830.
HSL color Cylindrical-coordinate representation of color #EE654C: hue angle of 9.26º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE654C is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 76 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.07 |
| HSL | 9.26º | 0.83% | 0.62% | - |
| HSV(B) | 9.26º | 0.68% | 0.93% | - |
| XYZ | 41.22 | 28.01 | 10.07 | - |
| YUV | 139.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 76 | 0 | 0.58 | 0.68 | 0.07 | 9.26 | 0.83 | 0.62 |
| Hex | EE | 65 | 4C | 0 | 3A | 44 | 7 | 9 | 53 | 3E |
| Octal | 356 | 145 | 114 | 0 | 72 | 104 | 7 | 11 | 123 | 76 |
| Binary | 11101110 | 1100101 | 1001100 | 0 | 111010 | 1000100 | 111 | 1001 | 1010011 | 111110 |
Color Harmonies of #EE654C
Complementary color
Monochromatic Colors of #EE654C
Black with #EE654C
Text Example
Text Example
White with #EE654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE654C; }
p { color: rgb(238,101,76); }
H1.HeaderClassName
{
color: #EE654C;
}
.AnyTagClassName
{
color: #EE654C;
}
</style>
background-color css
<style>
a { background-color: #EE654C; }
a { background-color: rgb(238,101,76); }
div.DivClassName
{
background-color: #EE654C;
}
.BgClassName
{
background-color: #EE654C;
}
</style>
border-color css
<style>
span { border-color: #EE654C; }
span { border-color: rgb(238,101,76); }
td.TdClassName
{
border-color: #EE654C;
}
.TagClassName
{
border-color: #EE654C;
}
</style>