Shades of Tulip Tree #EDB341
Tints of Tulip Tree #EDB341
RGB
CMYK
RGB Variations
Color information
#EDB341 (or 0xEDB341) is known color: Tulip Tree. HEX triplet: ED, B3 and 41. RGB value is (237,179,65). Sum of RGB (Red+Green+Blue) = 237+179+65=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB341 is #124CBE. Grayscale: #B7B7B7. Windows color (decimal): -1199295 or 4305901. OLE color: 4305901.
HSL color Cylindrical-coordinate representation of color #EDB341: hue angle of 39.77º 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 #EDB341 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 65 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.07 |
| HSL | 39.77º | 0.83% | 0.59% | - |
| HSV(B) | 39.77º | 0.73% | 0.93% | - |
| XYZ | 52 | 50.63 | 12.03 | - |
| YUV | 183.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 65 | 0 | 0.24 | 0.73 | 0.07 | 39.77 | 0.83 | 0.59 |
| Hex | ED | B3 | 41 | 0 | 18 | 49 | 7 | 28 | 53 | 3B |
| Octal | 355 | 263 | 101 | 0 | 30 | 111 | 7 | 50 | 123 | 73 |
| Binary | 11101101 | 10110011 | 1000001 | 0 | 11000 | 1001001 | 111 | 101000 | 1010011 | 111011 |
Color Harmonies of #EDB341
Complementary color
Monochromatic Colors of #EDB341
Black with #EDB341
Text Example
Text Example
White with #EDB341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB341; }
p { color: rgb(237,179,65); }
H1.HeaderClassName
{
color: #EDB341;
}
.AnyTagClassName
{
color: #EDB341;
}
</style>
background-color css
<style>
a { background-color: #EDB341; }
a { background-color: rgb(237,179,65); }
div.DivClassName
{
background-color: #EDB341;
}
.BgClassName
{
background-color: #EDB341;
}
</style>
border-color css
<style>
span { border-color: #EDB341; }
span { border-color: rgb(237,179,65); }
td.TdClassName
{
border-color: #EDB341;
}
.TagClassName
{
border-color: #EDB341;
}
</style>