Shades of Flamenco #ED894B
Tints of Flamenco #ED894B
RGB
CMYK
RGB Variations
Color information
#ED894B (or 0xED894B) is known color: Flamenco. HEX triplet: ED, 89 and 4B. RGB value is (237,137,75). Sum of RGB (Red+Green+Blue) = 237+137+75=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED894B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED894B is #1276B4. Grayscale: #A0A0A0. Windows color (decimal): -1210037 or 4950509. OLE color: 4950509.
HSL color Cylindrical-coordinate representation of color #ED894B: hue angle of 22.96º 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 #ED894B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 75 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 22.96º | 0.82% | 0.61% | - |
| HSV(B) | 22.96º | 0.68% | 0.93% | - |
| XYZ | 45.14 | 36.4 | 11.3 | - |
| YUV | 159.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 75 | 0 | 0.42 | 0.68 | 0.07 | 22.96 | 0.82 | 0.61 |
| Hex | ED | 89 | 4B | 0 | 2A | 44 | 7 | 17 | 52 | 3D |
| Octal | 355 | 211 | 113 | 0 | 52 | 104 | 7 | 27 | 122 | 75 |
| Binary | 11101101 | 10001001 | 1001011 | 0 | 101010 | 1000100 | 111 | 10111 | 1010010 | 111101 |
Color Harmonies of #ED894B
Complementary color
Monochromatic Colors of #ED894B
Black with #ED894B
Text Example
Text Example
White with #ED894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED894B; }
p { color: rgb(237,137,75); }
H1.HeaderClassName
{
color: #ED894B;
}
.AnyTagClassName
{
color: #ED894B;
}
</style>
background-color css
<style>
a { background-color: #ED894B; }
a { background-color: rgb(237,137,75); }
div.DivClassName
{
background-color: #ED894B;
}
.BgClassName
{
background-color: #ED894B;
}
</style>
border-color css
<style>
span { border-color: #ED894B; }
span { border-color: rgb(237,137,75); }
td.TdClassName
{
border-color: #ED894B;
}
.TagClassName
{
border-color: #ED894B;
}
</style>