Shades of Tulip Tree #EFB83D
Tints of Tulip Tree #EFB83D
RGB
CMYK
RGB Variations
Color information
#EFB83D (or 0xEFB83D) is known color: Tulip Tree. HEX triplet: EF, B8 and 3D. RGB value is (239,184,61). Sum of RGB (Red+Green+Blue) = 239+184+61=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB83D is #1047C2. Grayscale: #BABABA. Windows color (decimal): -1066947 or 4045039. OLE color: 4045039.
HSL color Cylindrical-coordinate representation of color #EFB83D: hue angle of 41.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFB83D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.06 |
| HSL | 41.46º | 0.85% | 0.59% | - |
| HSV(B) | 41.46º | 0.74% | 0.94% | - |
| XYZ | 53.58 | 52.97 | 11.81 | - |
| YUV | 186.42 | 57.22 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 61 | 0 | 0.23 | 0.74 | 0.06 | 41.46 | 0.85 | 0.59 |
| Hex | EF | B8 | 3D | 0 | 17 | 4A | 6 | 29 | 55 | 3B |
| Octal | 357 | 270 | 75 | 0 | 27 | 112 | 6 | 51 | 125 | 73 |
| Binary | 11101111 | 10111000 | 111101 | 0 | 10111 | 1001010 | 110 | 101001 | 1010101 | 111011 |
Color Harmonies of #EFB83D
Complementary color
Monochromatic Colors of #EFB83D
Black with #EFB83D
Text Example
Text Example
White with #EFB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB83D; }
p { color: rgb(239,184,61); }
H1.HeaderClassName
{
color: #EFB83D;
}
.AnyTagClassName
{
color: #EFB83D;
}
</style>
background-color css
<style>
a { background-color: #EFB83D; }
a { background-color: rgb(239,184,61); }
div.DivClassName
{
background-color: #EFB83D;
}
.BgClassName
{
background-color: #EFB83D;
}
</style>
border-color css
<style>
span { border-color: #EFB83D; }
span { border-color: rgb(239,184,61); }
td.TdClassName
{
border-color: #EFB83D;
}
.TagClassName
{
border-color: #EFB83D;
}
</style>