Shades of Tulip Tree #E1B43F
Tints of Tulip Tree #E1B43F
RGB
CMYK
RGB Variations
Color information
#E1B43F (or 0xE1B43F) is known color: Tulip Tree. HEX triplet: E1, B4 and 3F. RGB value is (225,180,63). Sum of RGB (Red+Green+Blue) = 225+180+63=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B43F is #1E4BC0. Grayscale: #B4B4B4. Windows color (decimal): -1985473 or 4175073. OLE color: 4175073.
HSL color Cylindrical-coordinate representation of color #E1B43F: hue angle of 43.33º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1B43F is Cyan = 0, Magento = 0.2, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 63 | - |
| CMYK | 0 | 0.2 | 0.72 | 0.12 |
| HSL | 43.33º | 0.73% | 0.56% | - |
| HSV(B) | 43.33º | 0.72% | 0.88% | - |
| XYZ | 48.27 | 49.01 | 11.62 | - |
| YUV | 180.12 | 61.91 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 63 | 0 | 0.2 | 0.72 | 0.12 | 43.33 | 0.73 | 0.56 |
| Hex | E1 | B4 | 3F | 0 | 14 | 48 | C | 2B | 49 | 38 |
| Octal | 341 | 264 | 77 | 0 | 24 | 110 | 14 | 53 | 111 | 70 |
| Binary | 11100001 | 10110100 | 111111 | 0 | 10100 | 1001000 | 1100 | 101011 | 1001001 | 111000 |
Color Harmonies of #E1B43F
Complementary color
Monochromatic Colors of #E1B43F
Black with #E1B43F
Text Example
Text Example
White with #E1B43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B43F; }
p { color: rgb(225,180,63); }
H1.HeaderClassName
{
color: #E1B43F;
}
.AnyTagClassName
{
color: #E1B43F;
}
</style>
background-color css
<style>
a { background-color: #E1B43F; }
a { background-color: rgb(225,180,63); }
div.DivClassName
{
background-color: #E1B43F;
}
.BgClassName
{
background-color: #E1B43F;
}
</style>
border-color css
<style>
span { border-color: #E1B43F; }
span { border-color: rgb(225,180,63); }
td.TdClassName
{
border-color: #E1B43F;
}
.TagClassName
{
border-color: #E1B43F;
}
</style>