Shades of Tulip Tree #EDB83F
Tints of Tulip Tree #EDB83F
RGB
CMYK
RGB Variations
Color information
#EDB83F (or 0xEDB83F) is known color: Tulip Tree. HEX triplet: ED, B8 and 3F. RGB value is (237,184,63). Sum of RGB (Red+Green+Blue) = 237+184+63=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB83F is #1247C0. Grayscale: #BABABA. Windows color (decimal): -1198017 or 4176109. OLE color: 4176109.
HSL color Cylindrical-coordinate representation of color #EDB83F: hue angle of 41.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDB83F is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 63 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.72º | 0.83% | 0.59% | - |
| HSV(B) | 41.72º | 0.73% | 0.93% | - |
| XYZ | 52.96 | 52.64 | 12.07 | - |
| YUV | 186.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 63 | 0 | 0.22 | 0.73 | 0.07 | 41.72 | 0.83 | 0.59 |
| Hex | ED | B8 | 3F | 0 | 16 | 49 | 7 | 2A | 53 | 3B |
| Octal | 355 | 270 | 77 | 0 | 26 | 111 | 7 | 52 | 123 | 73 |
| Binary | 11101101 | 10111000 | 111111 | 0 | 10110 | 1001001 | 111 | 101010 | 1010011 | 111011 |
Color Harmonies of #EDB83F
Complementary color
Monochromatic Colors of #EDB83F
Black with #EDB83F
Text Example
Text Example
White with #EDB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB83F; }
p { color: rgb(237,184,63); }
H1.HeaderClassName
{
color: #EDB83F;
}
.AnyTagClassName
{
color: #EDB83F;
}
</style>
background-color css
<style>
a { background-color: #EDB83F; }
a { background-color: rgb(237,184,63); }
div.DivClassName
{
background-color: #EDB83F;
}
.BgClassName
{
background-color: #EDB83F;
}
</style>
border-color css
<style>
span { border-color: #EDB83F; }
span { border-color: rgb(237,184,63); }
td.TdClassName
{
border-color: #EDB83F;
}
.TagClassName
{
border-color: #EDB83F;
}
</style>