Shades of Flamenco #ED8949
Tints of Flamenco #ED8949
RGB
CMYK
RGB Variations
Color information
#ED8949 (or 0xED8949) is known color: Flamenco. HEX triplet: ED, 89 and 49. RGB value is (237,137,73). Sum of RGB (Red+Green+Blue) = 237+137+73=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8949 is #1276B6. Grayscale: #9F9F9F. Windows color (decimal): -1210039 or 4819437. OLE color: 4819437.
HSL color Cylindrical-coordinate representation of color #ED8949: hue angle of 23.41º 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 #ED8949 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 73 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.07 |
| HSL | 23.41º | 0.82% | 0.61% | - |
| HSV(B) | 23.41º | 0.69% | 0.93% | - |
| XYZ | 45.07 | 36.38 | 10.95 | - |
| YUV | 159.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 73 | 0 | 0.42 | 0.69 | 0.07 | 23.41 | 0.82 | 0.61 |
| Hex | ED | 89 | 49 | 0 | 2A | 45 | 7 | 17 | 52 | 3D |
| Octal | 355 | 211 | 111 | 0 | 52 | 105 | 7 | 27 | 122 | 75 |
| Binary | 11101101 | 10001001 | 1001001 | 0 | 101010 | 1000101 | 111 | 10111 | 1010010 | 111101 |
Color Harmonies of #ED8949
Complementary color
Monochromatic Colors of #ED8949
Black with #ED8949
Text Example
Text Example
White with #ED8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8949; }
p { color: rgb(237,137,73); }
H1.HeaderClassName
{
color: #ED8949;
}
.AnyTagClassName
{
color: #ED8949;
}
</style>
background-color css
<style>
a { background-color: #ED8949; }
a { background-color: rgb(237,137,73); }
div.DivClassName
{
background-color: #ED8949;
}
.BgClassName
{
background-color: #ED8949;
}
</style>
border-color css
<style>
span { border-color: #ED8949; }
span { border-color: rgb(237,137,73); }
td.TdClassName
{
border-color: #ED8949;
}
.TagClassName
{
border-color: #ED8949;
}
</style>