Shades of Tulip Tree #E6B148
Tints of Tulip Tree #E6B148
RGB
CMYK
RGB Variations
Color information
#E6B148 (or 0xE6B148) is known color: Tulip Tree. HEX triplet: E6, B1 and 48. RGB value is (230,177,72). Sum of RGB (Red+Green+Blue) = 230+177+72=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B148 is #194EB7. Grayscale: #B5B5B5. Windows color (decimal): -1658552 or 4764134. OLE color: 4764134.
HSL color Cylindrical-coordinate representation of color #E6B148: hue angle of 39.87º 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 #E6B148 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 72 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.10 |
| HSL | 39.87º | 0.76% | 0.59% | - |
| HSV(B) | 39.87º | 0.69% | 0.9% | - |
| XYZ | 49.52 | 48.74 | 12.93 | - |
| YUV | 180.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 72 | 0 | 0.23 | 0.69 | 0.10 | 39.87 | 0.76 | 0.59 |
| Hex | E6 | B1 | 48 | 0 | 17 | 45 | A | 28 | 4C | 3B |
| Octal | 346 | 261 | 110 | 0 | 27 | 105 | 12 | 50 | 114 | 73 |
| Binary | 11100110 | 10110001 | 1001000 | 0 | 10111 | 1000101 | 1010 | 101000 | 1001100 | 111011 |
Color Harmonies of #E6B148
Complementary color
Monochromatic Colors of #E6B148
Black with #E6B148
Text Example
Text Example
White with #E6B148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B148; }
p { color: rgb(230,177,72); }
H1.HeaderClassName
{
color: #E6B148;
}
.AnyTagClassName
{
color: #E6B148;
}
</style>
background-color css
<style>
a { background-color: #E6B148; }
a { background-color: rgb(230,177,72); }
div.DivClassName
{
background-color: #E6B148;
}
.BgClassName
{
background-color: #E6B148;
}
</style>
border-color css
<style>
span { border-color: #E6B148; }
span { border-color: rgb(230,177,72); }
td.TdClassName
{
border-color: #E6B148;
}
.TagClassName
{
border-color: #E6B148;
}
</style>