Shades of Flamenco #ED8948
Tints of Flamenco #ED8948
RGB
CMYK
RGB Variations
Color information
#ED8948 (or 0xED8948) is known color: Flamenco. HEX triplet: ED, 89 and 48. RGB value is (237,137,72). Sum of RGB (Red+Green+Blue) = 237+137+72=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 72 (28.52% from 255 or 16.14% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8948 is #1276B7. Grayscale: #9F9F9F. Windows color (decimal): -1210040 or 4753901. OLE color: 4753901.
HSL color Cylindrical-coordinate representation of color #ED8948: hue angle of 23.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED8948 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 72 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.07 |
| HSL | 23.64º | 0.82% | 0.61% | - |
| HSV(B) | 23.64º | 0.7% | 0.93% | - |
| XYZ | 45.04 | 36.36 | 10.78 | - |
| YUV | 159.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 72 | 0 | 0.42 | 0.70 | 0.07 | 23.64 | 0.82 | 0.61 |
| Hex | ED | 89 | 48 | 0 | 2A | 46 | 7 | 18 | 52 | 3D |
| Octal | 355 | 211 | 110 | 0 | 52 | 106 | 7 | 30 | 122 | 75 |
| Binary | 11101101 | 10001001 | 1001000 | 0 | 101010 | 1000110 | 111 | 11000 | 1010010 | 111101 |
Color Harmonies of #ED8948
Complementary color
Monochromatic Colors of #ED8948
Black with #ED8948
Text Example
Text Example
White with #ED8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8948; }
p { color: rgb(237,137,72); }
H1.HeaderClassName
{
color: #ED8948;
}
.AnyTagClassName
{
color: #ED8948;
}
</style>
background-color css
<style>
a { background-color: #ED8948; }
a { background-color: rgb(237,137,72); }
div.DivClassName
{
background-color: #ED8948;
}
.BgClassName
{
background-color: #ED8948;
}
</style>
border-color css
<style>
span { border-color: #ED8948; }
span { border-color: rgb(237,137,72); }
td.TdClassName
{
border-color: #ED8948;
}
.TagClassName
{
border-color: #ED8948;
}
</style>