Shades of Flamingo #ED664A
Tints of Flamingo #ED664A
RGB
CMYK
RGB Variations
Color information
#ED664A (or 0xED664A) is known color: Flamingo. HEX triplet: ED, 66 and 4A. RGB value is (237,102,74). Sum of RGB (Red+Green+Blue) = 237+102+74=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED664A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED664A is #1299B5. Grayscale: #8B8B8B. Windows color (decimal): -1218998 or 4876013. OLE color: 4876013.
HSL color Cylindrical-coordinate representation of color #ED664A: hue angle of 10.31º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED664A is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 74 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.07 |
| HSL | 10.31º | 0.82% | 0.61% | - |
| HSV(B) | 10.31º | 0.69% | 0.93% | - |
| XYZ | 40.91 | 28 | 9.73 | - |
| YUV | 139.17 | 91.23 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 74 | 0 | 0.57 | 0.69 | 0.07 | 10.31 | 0.82 | 0.61 |
| Hex | ED | 66 | 4A | 0 | 39 | 45 | 7 | A | 52 | 3D |
| Octal | 355 | 146 | 112 | 0 | 71 | 105 | 7 | 12 | 122 | 75 |
| Binary | 11101101 | 1100110 | 1001010 | 0 | 111001 | 1000101 | 111 | 1010 | 1010010 | 111101 |
Color Harmonies of #ED664A
Complementary color
Monochromatic Colors of #ED664A
Black with #ED664A
Text Example
Text Example
White with #ED664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED664A; }
p { color: rgb(237,102,74); }
H1.HeaderClassName
{
color: #ED664A;
}
.AnyTagClassName
{
color: #ED664A;
}
</style>
background-color css
<style>
a { background-color: #ED664A; }
a { background-color: rgb(237,102,74); }
div.DivClassName
{
background-color: #ED664A;
}
.BgClassName
{
background-color: #ED664A;
}
</style>
border-color css
<style>
span { border-color: #ED664A; }
span { border-color: rgb(237,102,74); }
td.TdClassName
{
border-color: #ED664A;
}
.TagClassName
{
border-color: #ED664A;
}
</style>