Shades of Flamenco #ED8C4C
Tints of Flamenco #ED8C4C
RGB
CMYK
RGB Variations
Color information
#ED8C4C (or 0xED8C4C) is known color: Flamenco. HEX triplet: ED, 8C and 4C. RGB value is (237,140,76). Sum of RGB (Red+Green+Blue) = 237+140+76=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8C4C is #1273B3. Grayscale: #A2A2A2. Windows color (decimal): -1209268 or 5016813. OLE color: 5016813.
HSL color Cylindrical-coordinate representation of color #ED8C4C: hue angle of 23.85º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED8C4C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 76 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.07 |
| HSL | 23.85º | 0.82% | 0.61% | - |
| HSV(B) | 23.85º | 0.68% | 0.93% | - |
| XYZ | 45.61 | 37.28 | 11.63 | - |
| YUV | 161.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 76 | 0 | 0.41 | 0.68 | 0.07 | 23.85 | 0.82 | 0.61 |
| Hex | ED | 8C | 4C | 0 | 29 | 44 | 7 | 18 | 52 | 3D |
| Octal | 355 | 214 | 114 | 0 | 51 | 104 | 7 | 30 | 122 | 75 |
| Binary | 11101101 | 10001100 | 1001100 | 0 | 101001 | 1000100 | 111 | 11000 | 1010010 | 111101 |
Color Harmonies of #ED8C4C
Complementary color
Monochromatic Colors of #ED8C4C
Black with #ED8C4C
Text Example
Text Example
White with #ED8C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C4C; }
p { color: rgb(237,140,76); }
H1.HeaderClassName
{
color: #ED8C4C;
}
.AnyTagClassName
{
color: #ED8C4C;
}
</style>
background-color css
<style>
a { background-color: #ED8C4C; }
a { background-color: rgb(237,140,76); }
div.DivClassName
{
background-color: #ED8C4C;
}
.BgClassName
{
background-color: #ED8C4C;
}
</style>
border-color css
<style>
span { border-color: #ED8C4C; }
span { border-color: rgb(237,140,76); }
td.TdClassName
{
border-color: #ED8C4C;
}
.TagClassName
{
border-color: #ED8C4C;
}
</style>