Shades of Tulip Tree #EDB641
Tints of Tulip Tree #EDB641
RGB
CMYK
RGB Variations
Color information
#EDB641 (or 0xEDB641) is known color: Tulip Tree. HEX triplet: ED, B6 and 41. RGB value is (237,182,65). Sum of RGB (Red+Green+Blue) = 237+182+65=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB641 is #1249BE. Grayscale: #B9B9B9. Windows color (decimal): -1198527 or 4306669. OLE color: 4306669.
HSL color Cylindrical-coordinate representation of color #EDB641: hue angle of 40.81º 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 #EDB641 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 65 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.07 |
| HSL | 40.81º | 0.83% | 0.59% | - |
| HSV(B) | 40.81º | 0.73% | 0.93% | - |
| XYZ | 52.61 | 51.84 | 12.23 | - |
| YUV | 185.11 | 60.22 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 65 | 0 | 0.23 | 0.73 | 0.07 | 40.81 | 0.83 | 0.59 |
| Hex | ED | B6 | 41 | 0 | 17 | 49 | 7 | 29 | 53 | 3B |
| Octal | 355 | 266 | 101 | 0 | 27 | 111 | 7 | 51 | 123 | 73 |
| Binary | 11101101 | 10110110 | 1000001 | 0 | 10111 | 1001001 | 111 | 101001 | 1010011 | 111011 |
Color Harmonies of #EDB641
Complementary color
Monochromatic Colors of #EDB641
Black with #EDB641
Text Example
Text Example
White with #EDB641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB641; }
p { color: rgb(237,182,65); }
H1.HeaderClassName
{
color: #EDB641;
}
.AnyTagClassName
{
color: #EDB641;
}
</style>
background-color css
<style>
a { background-color: #EDB641; }
a { background-color: rgb(237,182,65); }
div.DivClassName
{
background-color: #EDB641;
}
.BgClassName
{
background-color: #EDB641;
}
</style>
border-color css
<style>
span { border-color: #EDB641; }
span { border-color: rgb(237,182,65); }
td.TdClassName
{
border-color: #EDB641;
}
.TagClassName
{
border-color: #EDB641;
}
</style>