Shades of Tulip Tree #E4B13D
Tints of Tulip Tree #E4B13D
RGB
CMYK
RGB Variations
Color information
#E4B13D (or 0xE4B13D) is known color: Tulip Tree. HEX triplet: E4, B1 and 3D. RGB value is (228,177,61). Sum of RGB (Red+Green+Blue) = 228+177+61=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4B13D is #1B4EC2. Grayscale: #B3B3B3. Windows color (decimal): -1789635 or 4043236. OLE color: 4043236.
HSL color Cylindrical-coordinate representation of color #E4B13D: hue angle of 41.68º 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 #E4B13D is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 61 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.11 |
| HSL | 41.68º | 0.76% | 0.57% | - |
| HSV(B) | 41.68º | 0.73% | 0.89% | - |
| XYZ | 48.56 | 48.28 | 11.17 | - |
| YUV | 179.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 61 | 0 | 0.22 | 0.73 | 0.11 | 41.68 | 0.76 | 0.57 |
| Hex | E4 | B1 | 3D | 0 | 16 | 49 | B | 2A | 4C | 39 |
| Octal | 344 | 261 | 75 | 0 | 26 | 111 | 13 | 52 | 114 | 71 |
| Binary | 11100100 | 10110001 | 111101 | 0 | 10110 | 1001001 | 1011 | 101010 | 1001100 | 111001 |
Color Harmonies of #E4B13D
Complementary color
Monochromatic Colors of #E4B13D
Black with #E4B13D
Text Example
Text Example
White with #E4B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B13D; }
p { color: rgb(228,177,61); }
H1.HeaderClassName
{
color: #E4B13D;
}
.AnyTagClassName
{
color: #E4B13D;
}
</style>
background-color css
<style>
a { background-color: #E4B13D; }
a { background-color: rgb(228,177,61); }
div.DivClassName
{
background-color: #E4B13D;
}
.BgClassName
{
background-color: #E4B13D;
}
</style>
border-color css
<style>
span { border-color: #E4B13D; }
span { border-color: rgb(228,177,61); }
td.TdClassName
{
border-color: #E4B13D;
}
.TagClassName
{
border-color: #E4B13D;
}
</style>