Shades of Flamenco #ED853D
Tints of Flamenco #ED853D
RGB
CMYK
RGB Variations
Color information
#ED853D (or 0xED853D) is known color: Flamenco. HEX triplet: ED, 85 and 3D. RGB value is (237,133,61). Sum of RGB (Red+Green+Blue) = 237+133+61=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED853D is #127AC2. Grayscale: #9C9C9C. Windows color (decimal): -1211075 or 4031981. OLE color: 4031981.
HSL color Cylindrical-coordinate representation of color #ED853D: hue angle of 24.55º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED853D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 61 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.07 |
| HSL | 24.55º | 0.83% | 0.58% | - |
| HSV(B) | 24.55º | 0.74% | 0.93% | - |
| XYZ | 44.15 | 35.12 | 8.87 | - |
| YUV | 155.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 61 | 0 | 0.44 | 0.74 | 0.07 | 24.55 | 0.83 | 0.58 |
| Hex | ED | 85 | 3D | 0 | 2C | 4A | 7 | 19 | 53 | 3A |
| Octal | 355 | 205 | 75 | 0 | 54 | 112 | 7 | 31 | 123 | 72 |
| Binary | 11101101 | 10000101 | 111101 | 0 | 101100 | 1001010 | 111 | 11001 | 1010011 | 111010 |
Color Harmonies of #ED853D
Complementary color
Monochromatic Colors of #ED853D
Black with #ED853D
Text Example
Text Example
White with #ED853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED853D; }
p { color: rgb(237,133,61); }
H1.HeaderClassName
{
color: #ED853D;
}
.AnyTagClassName
{
color: #ED853D;
}
</style>
background-color css
<style>
a { background-color: #ED853D; }
a { background-color: rgb(237,133,61); }
div.DivClassName
{
background-color: #ED853D;
}
.BgClassName
{
background-color: #ED853D;
}
</style>
border-color css
<style>
span { border-color: #ED853D; }
span { border-color: rgb(237,133,61); }
td.TdClassName
{
border-color: #ED853D;
}
.TagClassName
{
border-color: #ED853D;
}
</style>