Shades of Flamenco #EB884A
Tints of Flamenco #EB884A
RGB
CMYK
RGB Variations
Color information
#EB884A (or 0xEB884A) is known color: Flamenco. HEX triplet: EB, 88 and 4A. RGB value is (235,136,74). Sum of RGB (Red+Green+Blue) = 235+136+74=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB884A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB884A is #1477B5. Grayscale: #9E9E9E. Windows color (decimal): -1341366 or 4884715. OLE color: 4884715.
HSL color Cylindrical-coordinate representation of color #EB884A: hue angle of 23.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB884A is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 74 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.08 |
| HSL | 23.11º | 0.8% | 0.61% | - |
| HSV(B) | 23.11º | 0.69% | 0.92% | - |
| XYZ | 44.3 | 35.76 | 11.05 | - |
| YUV | 158.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 74 | 0 | 0.42 | 0.69 | 0.08 | 23.11 | 0.8 | 0.61 |
| Hex | EB | 88 | 4A | 0 | 2A | 45 | 8 | 17 | 50 | 3D |
| Octal | 353 | 210 | 112 | 0 | 52 | 105 | 10 | 27 | 120 | 75 |
| Binary | 11101011 | 10001000 | 1001010 | 0 | 101010 | 1000101 | 1000 | 10111 | 1010000 | 111101 |
Color Harmonies of #EB884A
Complementary color
Monochromatic Colors of #EB884A
Black with #EB884A
Text Example
Text Example
White with #EB884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB884A; }
p { color: rgb(235,136,74); }
H1.HeaderClassName
{
color: #EB884A;
}
.AnyTagClassName
{
color: #EB884A;
}
</style>
background-color css
<style>
a { background-color: #EB884A; }
a { background-color: rgb(235,136,74); }
div.DivClassName
{
background-color: #EB884A;
}
.BgClassName
{
background-color: #EB884A;
}
</style>
border-color css
<style>
span { border-color: #EB884A; }
span { border-color: rgb(235,136,74); }
td.TdClassName
{
border-color: #EB884A;
}
.TagClassName
{
border-color: #EB884A;
}
</style>