Shades of Flamenco #ED884B
Tints of Flamenco #ED884B
RGB
CMYK
RGB Variations
Color information
#ED884B (or 0xED884B) is known color: Flamenco. HEX triplet: ED, 88 and 4B. RGB value is (237,136,75). Sum of RGB (Red+Green+Blue) = 237+136+75=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED884B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED884B is #1277B4. Grayscale: #9F9F9F. Windows color (decimal): -1210293 or 4950253. OLE color: 4950253.
HSL color Cylindrical-coordinate representation of color #ED884B: hue angle of 22.59º 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 #ED884B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 75 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.07 |
| HSL | 22.59º | 0.82% | 0.61% | - |
| HSV(B) | 22.59º | 0.68% | 0.93% | - |
| XYZ | 45 | 36.12 | 11.26 | - |
| YUV | 159.25 | 80.46 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 75 | 0 | 0.43 | 0.68 | 0.07 | 22.59 | 0.82 | 0.61 |
| Hex | ED | 88 | 4B | 0 | 2B | 44 | 7 | 17 | 52 | 3D |
| Octal | 355 | 210 | 113 | 0 | 53 | 104 | 7 | 27 | 122 | 75 |
| Binary | 11101101 | 10001000 | 1001011 | 0 | 101011 | 1000100 | 111 | 10111 | 1010010 | 111101 |
Color Harmonies of #ED884B
Complementary color
Monochromatic Colors of #ED884B
Black with #ED884B
Text Example
Text Example
White with #ED884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED884B; }
p { color: rgb(237,136,75); }
H1.HeaderClassName
{
color: #ED884B;
}
.AnyTagClassName
{
color: #ED884B;
}
</style>
background-color css
<style>
a { background-color: #ED884B; }
a { background-color: rgb(237,136,75); }
div.DivClassName
{
background-color: #ED884B;
}
.BgClassName
{
background-color: #ED884B;
}
</style>
border-color css
<style>
span { border-color: #ED884B; }
span { border-color: rgb(237,136,75); }
td.TdClassName
{
border-color: #ED884B;
}
.TagClassName
{
border-color: #ED884B;
}
</style>