Shades of Tulip Tree #E6B048
Tints of Tulip Tree #E6B048
RGB
CMYK
RGB Variations
Color information
#E6B048 (or 0xE6B048) is known color: Tulip Tree. HEX triplet: E6, B0 and 48. RGB value is (230,176,72). Sum of RGB (Red+Green+Blue) = 230+176+72=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B048 is #194FB7. Grayscale: #B4B4B4. Windows color (decimal): -1658808 or 4763878. OLE color: 4763878.
HSL color Cylindrical-coordinate representation of color #E6B048: hue angle of 39.49º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6B048 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 72 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.10 |
| HSL | 39.49º | 0.76% | 0.59% | - |
| HSV(B) | 39.49º | 0.69% | 0.9% | - |
| XYZ | 49.33 | 48.34 | 12.86 | - |
| YUV | 180.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 72 | 0 | 0.23 | 0.69 | 0.10 | 39.49 | 0.76 | 0.59 |
| Hex | E6 | B0 | 48 | 0 | 17 | 45 | A | 27 | 4C | 3B |
| Octal | 346 | 260 | 110 | 0 | 27 | 105 | 12 | 47 | 114 | 73 |
| Binary | 11100110 | 10110000 | 1001000 | 0 | 10111 | 1000101 | 1010 | 100111 | 1001100 | 111011 |
Color Harmonies of #E6B048
Complementary color
Monochromatic Colors of #E6B048
Black with #E6B048
Text Example
Text Example
White with #E6B048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B048; }
p { color: rgb(230,176,72); }
H1.HeaderClassName
{
color: #E6B048;
}
.AnyTagClassName
{
color: #E6B048;
}
</style>
background-color css
<style>
a { background-color: #E6B048; }
a { background-color: rgb(230,176,72); }
div.DivClassName
{
background-color: #E6B048;
}
.BgClassName
{
background-color: #E6B048;
}
</style>
border-color css
<style>
span { border-color: #E6B048; }
span { border-color: rgb(230,176,72); }
td.TdClassName
{
border-color: #E6B048;
}
.TagClassName
{
border-color: #E6B048;
}
</style>