Shades of Fire Bush #E69F4B
Tints of Fire Bush #E69F4B
RGB
CMYK
RGB Variations
Color information
#E69F4B (or 0xE69F4B) is known color: Fire Bush. HEX triplet: E6, 9F and 4B. RGB value is (230,159,75). Sum of RGB (Red+Green+Blue) = 230+159+75=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69F4B is #1960B4. Grayscale: #ABABAB. Windows color (decimal): -1663157 or 4956134. OLE color: 4956134.
HSL color Cylindrical-coordinate representation of color #E69F4B: hue angle of 32.52º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E69F4B is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 75 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.10 |
| HSL | 32.52º | 0.76% | 0.6% | - |
| HSV(B) | 32.52º | 0.67% | 0.9% | - |
| XYZ | 46.3 | 42.13 | 12.35 | - |
| YUV | 170.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 75 | 0 | 0.31 | 0.67 | 0.10 | 32.52 | 0.76 | 0.6 |
| Hex | E6 | 9F | 4B | 0 | 1F | 43 | A | 21 | 4C | 3C |
| Octal | 346 | 237 | 113 | 0 | 37 | 103 | 12 | 41 | 114 | 74 |
| Binary | 11100110 | 10011111 | 1001011 | 0 | 11111 | 1000011 | 1010 | 100001 | 1001100 | 111100 |
Color Harmonies of #E69F4B
Complementary color
Monochromatic Colors of #E69F4B
Black with #E69F4B
Text Example
Text Example
White with #E69F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69F4B; }
p { color: rgb(230,159,75); }
H1.HeaderClassName
{
color: #E69F4B;
}
.AnyTagClassName
{
color: #E69F4B;
}
</style>
background-color css
<style>
a { background-color: #E69F4B; }
a { background-color: rgb(230,159,75); }
div.DivClassName
{
background-color: #E69F4B;
}
.BgClassName
{
background-color: #E69F4B;
}
</style>
border-color css
<style>
span { border-color: #E69F4B; }
span { border-color: rgb(230,159,75); }
td.TdClassName
{
border-color: #E69F4B;
}
.TagClassName
{
border-color: #E69F4B;
}
</style>