Shades of Fire Bush #E2A13D
Tints of Fire Bush #E2A13D
RGB
CMYK
RGB Variations
Color information
#E2A13D (or 0xE2A13D) is known color: Fire Bush. HEX triplet: E2, A1 and 3D. RGB value is (226,161,61). Sum of RGB (Red+Green+Blue) = 226+161+61=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A13D is #1D5EC2. Grayscale: #A9A9A9. Windows color (decimal): -1924803 or 4039138. OLE color: 4039138.
HSL color Cylindrical-coordinate representation of color #E2A13D: hue angle of 36.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2A13D is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 161 | 61 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.11 |
| HSL | 36.36º | 0.74% | 0.56% | - |
| HSV(B) | 36.36º | 0.73% | 0.89% | - |
| XYZ | 44.95 | 42 | 10.15 | - |
| YUV | 169.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 161 | 61 | 0 | 0.29 | 0.73 | 0.11 | 36.36 | 0.74 | 0.56 |
| Hex | E2 | A1 | 3D | 0 | 1D | 49 | B | 24 | 4A | 38 |
| Octal | 342 | 241 | 75 | 0 | 35 | 111 | 13 | 44 | 112 | 70 |
| Binary | 11100010 | 10100001 | 111101 | 0 | 11101 | 1001001 | 1011 | 100100 | 1001010 | 111000 |
Color Harmonies of #E2A13D
Complementary color
Monochromatic Colors of #E2A13D
Black with #E2A13D
Text Example
Text Example
White with #E2A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A13D; }
p { color: rgb(226,161,61); }
H1.HeaderClassName
{
color: #E2A13D;
}
.AnyTagClassName
{
color: #E2A13D;
}
</style>
background-color css
<style>
a { background-color: #E2A13D; }
a { background-color: rgb(226,161,61); }
div.DivClassName
{
background-color: #E2A13D;
}
.BgClassName
{
background-color: #E2A13D;
}
</style>
border-color css
<style>
span { border-color: #E2A13D; }
span { border-color: rgb(226,161,61); }
td.TdClassName
{
border-color: #E2A13D;
}
.TagClassName
{
border-color: #E2A13D;
}
</style>