Shades of Tulip Tree #E4B43D
Tints of Tulip Tree #E4B43D
RGB
CMYK
RGB Variations
Color information
#E4B43D (or 0xE4B43D) is known color: Tulip Tree. HEX triplet: E4, B4 and 3D. RGB value is (228,180,61). Sum of RGB (Red+Green+Blue) = 228+180+61=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B43D is #1B4BC2. Grayscale: #B5B5B5. Windows color (decimal): -1788867 or 4044004. OLE color: 4044004.
HSL color Cylindrical-coordinate representation of color #E4B43D: hue angle of 42.75º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E4B43D is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 180 | 61 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.11 |
| HSL | 42.75º | 0.76% | 0.57% | - |
| HSV(B) | 42.75º | 0.73% | 0.89% | - |
| XYZ | 49.16 | 49.47 | 11.37 | - |
| YUV | 180.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 180 | 61 | 0 | 0.21 | 0.73 | 0.11 | 42.75 | 0.76 | 0.57 |
| Hex | E4 | B4 | 3D | 0 | 15 | 49 | B | 2B | 4C | 39 |
| Octal | 344 | 264 | 75 | 0 | 25 | 111 | 13 | 53 | 114 | 71 |
| Binary | 11100100 | 10110100 | 111101 | 0 | 10101 | 1001001 | 1011 | 101011 | 1001100 | 111001 |
Color Harmonies of #E4B43D
Complementary color
Monochromatic Colors of #E4B43D
Black with #E4B43D
Text Example
Text Example
White with #E4B43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B43D; }
p { color: rgb(228,180,61); }
H1.HeaderClassName
{
color: #E4B43D;
}
.AnyTagClassName
{
color: #E4B43D;
}
</style>
background-color css
<style>
a { background-color: #E4B43D; }
a { background-color: rgb(228,180,61); }
div.DivClassName
{
background-color: #E4B43D;
}
.BgClassName
{
background-color: #E4B43D;
}
</style>
border-color css
<style>
span { border-color: #E4B43D; }
span { border-color: rgb(228,180,61); }
td.TdClassName
{
border-color: #E4B43D;
}
.TagClassName
{
border-color: #E4B43D;
}
</style>