Shades of Tulip Tree #EEB63D
Tints of Tulip Tree #EEB63D
RGB
CMYK
RGB Variations
Color information
#EEB63D (or 0xEEB63D) is known color: Tulip Tree. HEX triplet: EE, B6 and 3D. RGB value is (238,182,61). Sum of RGB (Red+Green+Blue) = 238+182+61=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB63D is #1149C2. Grayscale: #B9B9B9. Windows color (decimal): -1132995 or 4044526. OLE color: 4044526.
HSL color Cylindrical-coordinate representation of color #EEB63D: hue angle of 41.02º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEB63D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 41.02º | 0.84% | 0.59% | - |
| HSV(B) | 41.02º | 0.74% | 0.93% | - |
| XYZ | 52.83 | 51.97 | 11.66 | - |
| YUV | 184.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 61 | 0 | 0.24 | 0.74 | 0.07 | 41.02 | 0.84 | 0.59 |
| Hex | EE | B6 | 3D | 0 | 18 | 4A | 7 | 29 | 54 | 3B |
| Octal | 356 | 266 | 75 | 0 | 30 | 112 | 7 | 51 | 124 | 73 |
| Binary | 11101110 | 10110110 | 111101 | 0 | 11000 | 1001010 | 111 | 101001 | 1010100 | 111011 |
Color Harmonies of #EEB63D
Complementary color
Monochromatic Colors of #EEB63D
Black with #EEB63D
Text Example
Text Example
White with #EEB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB63D; }
p { color: rgb(238,182,61); }
H1.HeaderClassName
{
color: #EEB63D;
}
.AnyTagClassName
{
color: #EEB63D;
}
</style>
background-color css
<style>
a { background-color: #EEB63D; }
a { background-color: rgb(238,182,61); }
div.DivClassName
{
background-color: #EEB63D;
}
.BgClassName
{
background-color: #EEB63D;
}
</style>
border-color css
<style>
span { border-color: #EEB63D; }
span { border-color: rgb(238,182,61); }
td.TdClassName
{
border-color: #EEB63D;
}
.TagClassName
{
border-color: #EEB63D;
}
</style>