Shades of Flamenco #ED814B
Tints of Flamenco #ED814B
RGB
CMYK
RGB Variations
Color information
#ED814B (or 0xED814B) is known color: Flamenco. HEX triplet: ED, 81 and 4B. RGB value is (237,129,75). Sum of RGB (Red+Green+Blue) = 237+129+75=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED814B is #127EB4. Grayscale: #9B9B9B. Windows color (decimal): -1212085 or 4948461. OLE color: 4948461.
HSL color Cylindrical-coordinate representation of color #ED814B: hue angle of 20º 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 #ED814B is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 75 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 20º | 0.82% | 0.61% | - |
| HSV(B) | 20º | 0.68% | 0.93% | - |
| XYZ | 44.05 | 34.21 | 10.94 | - |
| YUV | 155.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 75 | 0 | 0.46 | 0.68 | 0.07 | 20 | 0.82 | 0.61 |
| Hex | ED | 81 | 4B | 0 | 2E | 44 | 7 | 14 | 52 | 3D |
| Octal | 355 | 201 | 113 | 0 | 56 | 104 | 7 | 24 | 122 | 75 |
| Binary | 11101101 | 10000001 | 1001011 | 0 | 101110 | 1000100 | 111 | 10100 | 1010010 | 111101 |
Color Harmonies of #ED814B
Complementary color
Monochromatic Colors of #ED814B
Black with #ED814B
Text Example
Text Example
White with #ED814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED814B; }
p { color: rgb(237,129,75); }
H1.HeaderClassName
{
color: #ED814B;
}
.AnyTagClassName
{
color: #ED814B;
}
</style>
background-color css
<style>
a { background-color: #ED814B; }
a { background-color: rgb(237,129,75); }
div.DivClassName
{
background-color: #ED814B;
}
.BgClassName
{
background-color: #ED814B;
}
</style>
border-color css
<style>
span { border-color: #ED814B; }
span { border-color: rgb(237,129,75); }
td.TdClassName
{
border-color: #ED814B;
}
.TagClassName
{
border-color: #ED814B;
}
</style>