Shades of Flamenco #ED834A
Tints of Flamenco #ED834A
RGB
CMYK
RGB Variations
Color information
#ED834A (or 0xED834A) is known color: Flamenco. HEX triplet: ED, 83 and 4A. RGB value is (237,131,74). Sum of RGB (Red+Green+Blue) = 237+131+74=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED834A is #127CB5. Grayscale: #9C9C9C. Windows color (decimal): -1211574 or 4883437. OLE color: 4883437.
HSL color Cylindrical-coordinate representation of color #ED834A: hue angle of 20.98º 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 #ED834A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 74 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.07 |
| HSL | 20.98º | 0.82% | 0.61% | - |
| HSV(B) | 20.98º | 0.69% | 0.93% | - |
| XYZ | 44.28 | 34.73 | 10.85 | - |
| YUV | 156.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 74 | 0 | 0.45 | 0.69 | 0.07 | 20.98 | 0.82 | 0.61 |
| Hex | ED | 83 | 4A | 0 | 2D | 45 | 7 | 15 | 52 | 3D |
| Octal | 355 | 203 | 112 | 0 | 55 | 105 | 7 | 25 | 122 | 75 |
| Binary | 11101101 | 10000011 | 1001010 | 0 | 101101 | 1000101 | 111 | 10101 | 1010010 | 111101 |
Color Harmonies of #ED834A
Complementary color
Monochromatic Colors of #ED834A
Black with #ED834A
Text Example
Text Example
White with #ED834A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED834A; }
p { color: rgb(237,131,74); }
H1.HeaderClassName
{
color: #ED834A;
}
.AnyTagClassName
{
color: #ED834A;
}
</style>
background-color css
<style>
a { background-color: #ED834A; }
a { background-color: rgb(237,131,74); }
div.DivClassName
{
background-color: #ED834A;
}
.BgClassName
{
background-color: #ED834A;
}
</style>
border-color css
<style>
span { border-color: #ED834A; }
span { border-color: rgb(237,131,74); }
td.TdClassName
{
border-color: #ED834A;
}
.TagClassName
{
border-color: #ED834A;
}
</style>