Shades of Flamenco #ED824B
Tints of Flamenco #ED824B
RGB
CMYK
RGB Variations
Color information
#ED824B (or 0xED824B) is known color: Flamenco. HEX triplet: ED, 82 and 4B. RGB value is (237,130,75). Sum of RGB (Red+Green+Blue) = 237+130+75=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED824B is #127DB4. Grayscale: #9C9C9C. Windows color (decimal): -1211829 or 4948717. OLE color: 4948717.
HSL color Cylindrical-coordinate representation of color #ED824B: hue angle of 20.37º 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 #ED824B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 75 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 20.37º | 0.82% | 0.61% | - |
| HSV(B) | 20.37º | 0.68% | 0.93% | - |
| XYZ | 44.18 | 34.48 | 10.98 | - |
| YUV | 155.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 75 | 0 | 0.45 | 0.68 | 0.07 | 20.37 | 0.82 | 0.61 |
| Hex | ED | 82 | 4B | 0 | 2D | 44 | 7 | 14 | 52 | 3D |
| Octal | 355 | 202 | 113 | 0 | 55 | 104 | 7 | 24 | 122 | 75 |
| Binary | 11101101 | 10000010 | 1001011 | 0 | 101101 | 1000100 | 111 | 10100 | 1010010 | 111101 |
Color Harmonies of #ED824B
Complementary color
Monochromatic Colors of #ED824B
Black with #ED824B
Text Example
Text Example
White with #ED824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED824B; }
p { color: rgb(237,130,75); }
H1.HeaderClassName
{
color: #ED824B;
}
.AnyTagClassName
{
color: #ED824B;
}
</style>
background-color css
<style>
a { background-color: #ED824B; }
a { background-color: rgb(237,130,75); }
div.DivClassName
{
background-color: #ED824B;
}
.BgClassName
{
background-color: #ED824B;
}
</style>
border-color css
<style>
span { border-color: #ED824B; }
span { border-color: rgb(237,130,75); }
td.TdClassName
{
border-color: #ED824B;
}
.TagClassName
{
border-color: #ED824B;
}
</style>