Shades of Tulip Tree #EDB83D
Tints of Tulip Tree #EDB83D
RGB
CMYK
RGB Variations
Color information
#EDB83D (or 0xEDB83D) is known color: Tulip Tree. HEX triplet: ED, B8 and 3D. RGB value is (237,184,61). Sum of RGB (Red+Green+Blue) = 237+184+61=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB83D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB83D is #1247C2. Grayscale: #BABABA. Windows color (decimal): -1198019 or 4045037. OLE color: 4045037.
HSL color Cylindrical-coordinate representation of color #EDB83D: hue angle of 41.93º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDB83D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 61 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.07 |
| HSL | 41.93º | 0.83% | 0.58% | - |
| HSV(B) | 41.93º | 0.74% | 0.93% | - |
| XYZ | 52.91 | 52.62 | 11.78 | - |
| YUV | 185.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 61 | 0 | 0.22 | 0.74 | 0.07 | 41.93 | 0.83 | 0.58 |
| Hex | ED | B8 | 3D | 0 | 16 | 4A | 7 | 2A | 53 | 3A |
| Octal | 355 | 270 | 75 | 0 | 26 | 112 | 7 | 52 | 123 | 72 |
| Binary | 11101101 | 10111000 | 111101 | 0 | 10110 | 1001010 | 111 | 101010 | 1010011 | 111010 |
Color Harmonies of #EDB83D
Complementary color
Monochromatic Colors of #EDB83D
Black with #EDB83D
Text Example
Text Example
White with #EDB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB83D; }
p { color: rgb(237,184,61); }
H1.HeaderClassName
{
color: #EDB83D;
}
.AnyTagClassName
{
color: #EDB83D;
}
</style>
background-color css
<style>
a { background-color: #EDB83D; }
a { background-color: rgb(237,184,61); }
div.DivClassName
{
background-color: #EDB83D;
}
.BgClassName
{
background-color: #EDB83D;
}
</style>
border-color css
<style>
span { border-color: #EDB83D; }
span { border-color: rgb(237,184,61); }
td.TdClassName
{
border-color: #EDB83D;
}
.TagClassName
{
border-color: #EDB83D;
}
</style>