Shades of Flamenco #ED7F4A
Tints of Flamenco #ED7F4A
RGB
CMYK
RGB Variations
Color information
#ED7F4A (or 0xED7F4A) is known color: Flamenco. HEX triplet: ED, 7F and 4A. RGB value is (237,127,74). Sum of RGB (Red+Green+Blue) = 237+127+74=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F4A is #1280B5. Grayscale: #9A9A9A. Windows color (decimal): -1212598 or 4882413. OLE color: 4882413.
HSL color Cylindrical-coordinate representation of color #ED7F4A: hue angle of 19.51º 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 #ED7F4A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 74 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.07 |
| HSL | 19.51º | 0.82% | 0.61% | - |
| HSV(B) | 19.51º | 0.69% | 0.93% | - |
| XYZ | 43.75 | 33.68 | 10.67 | - |
| YUV | 153.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 74 | 0 | 0.46 | 0.69 | 0.07 | 19.51 | 0.82 | 0.61 |
| Hex | ED | 7F | 4A | 0 | 2E | 45 | 7 | 14 | 52 | 3D |
| Octal | 355 | 177 | 112 | 0 | 56 | 105 | 7 | 24 | 122 | 75 |
| Binary | 11101101 | 1111111 | 1001010 | 0 | 101110 | 1000101 | 111 | 10100 | 1010010 | 111101 |
Color Harmonies of #ED7F4A
Complementary color
Monochromatic Colors of #ED7F4A
Black with #ED7F4A
Text Example
Text Example
White with #ED7F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F4A; }
p { color: rgb(237,127,74); }
H1.HeaderClassName
{
color: #ED7F4A;
}
.AnyTagClassName
{
color: #ED7F4A;
}
</style>
background-color css
<style>
a { background-color: #ED7F4A; }
a { background-color: rgb(237,127,74); }
div.DivClassName
{
background-color: #ED7F4A;
}
.BgClassName
{
background-color: #ED7F4A;
}
</style>
border-color css
<style>
span { border-color: #ED7F4A; }
span { border-color: rgb(237,127,74); }
td.TdClassName
{
border-color: #ED7F4A;
}
.TagClassName
{
border-color: #ED7F4A;
}
</style>