Shades of Tulip Tree #EDB339
Tints of Tulip Tree #EDB339
RGB
CMYK
RGB Variations
Color information
#EDB339 (or 0xEDB339) is known color: Tulip Tree. HEX triplet: ED, B3 and 39. RGB value is (237,179,57). Sum of RGB (Red+Green+Blue) = 237+179+57=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB339 is #124CC6. Grayscale: #B6B6B6. Windows color (decimal): -1199303 or 3781613. OLE color: 3781613.
HSL color Cylindrical-coordinate representation of color #EDB339: hue angle of 40.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDB339 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 57 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.07 |
| HSL | 40.67º | 0.83% | 0.58% | - |
| HSV(B) | 40.67º | 0.76% | 0.93% | - |
| XYZ | 51.78 | 50.54 | 10.9 | - |
| YUV | 182.43 | 57.22 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 57 | 0 | 0.24 | 0.76 | 0.07 | 40.67 | 0.83 | 0.58 |
| Hex | ED | B3 | 39 | 0 | 18 | 4C | 7 | 29 | 53 | 3A |
| Octal | 355 | 263 | 71 | 0 | 30 | 114 | 7 | 51 | 123 | 72 |
| Binary | 11101101 | 10110011 | 111001 | 0 | 11000 | 1001100 | 111 | 101001 | 1010011 | 111010 |
Color Harmonies of #EDB339
Complementary color
Monochromatic Colors of #EDB339
Black with #EDB339
Text Example
Text Example
White with #EDB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB339; }
p { color: rgb(237,179,57); }
H1.HeaderClassName
{
color: #EDB339;
}
.AnyTagClassName
{
color: #EDB339;
}
</style>
background-color css
<style>
a { background-color: #EDB339; }
a { background-color: rgb(237,179,57); }
div.DivClassName
{
background-color: #EDB339;
}
.BgClassName
{
background-color: #EDB339;
}
</style>
border-color css
<style>
span { border-color: #EDB339; }
span { border-color: rgb(237,179,57); }
td.TdClassName
{
border-color: #EDB339;
}
.TagClassName
{
border-color: #EDB339;
}
</style>