Shades of Tulip Tree #EBA43D
Tints of Tulip Tree #EBA43D
RGB
CMYK
RGB Variations
Color information
#EBA43D (or 0xEBA43D) is known color: Tulip Tree. HEX triplet: EB, A4 and 3D. RGB value is (235,164,61). Sum of RGB (Red+Green+Blue) = 235+164+61=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA43D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA43D is #145BC2. Grayscale: #ADADAD. Windows color (decimal): -1334211 or 4039915. OLE color: 4039915.
HSL color Cylindrical-coordinate representation of color #EBA43D: hue angle of 35.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBA43D is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 61 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.08 |
| HSL | 35.52º | 0.81% | 0.58% | - |
| HSV(B) | 35.52º | 0.74% | 0.92% | - |
| XYZ | 48.38 | 44.55 | 10.46 | - |
| YUV | 173.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 61 | 0 | 0.30 | 0.74 | 0.08 | 35.52 | 0.81 | 0.58 |
| Hex | EB | A4 | 3D | 0 | 1E | 4A | 8 | 24 | 51 | 3A |
| Octal | 353 | 244 | 75 | 0 | 36 | 112 | 10 | 44 | 121 | 72 |
| Binary | 11101011 | 10100100 | 111101 | 0 | 11110 | 1001010 | 1000 | 100100 | 1010001 | 111010 |
Color Harmonies of #EBA43D
Complementary color
Monochromatic Colors of #EBA43D
Black with #EBA43D
Text Example
Text Example
White with #EBA43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA43D; }
p { color: rgb(235,164,61); }
H1.HeaderClassName
{
color: #EBA43D;
}
.AnyTagClassName
{
color: #EBA43D;
}
</style>
background-color css
<style>
a { background-color: #EBA43D; }
a { background-color: rgb(235,164,61); }
div.DivClassName
{
background-color: #EBA43D;
}
.BgClassName
{
background-color: #EBA43D;
}
</style>
border-color css
<style>
span { border-color: #EBA43D; }
span { border-color: rgb(235,164,61); }
td.TdClassName
{
border-color: #EBA43D;
}
.TagClassName
{
border-color: #EBA43D;
}
</style>