Shades of Tulip Tree #EDB33D
Tints of Tulip Tree #EDB33D
RGB
CMYK
RGB Variations
Color information
#EDB33D (or 0xEDB33D) is known color: Tulip Tree. HEX triplet: ED, B3 and 3D. RGB value is (237,179,61). Sum of RGB (Red+Green+Blue) = 237+179+61=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB33D is #124CC2. Grayscale: #B7B7B7. Windows color (decimal): -1199299 or 4043757. OLE color: 4043757.
HSL color Cylindrical-coordinate representation of color #EDB33D: hue angle of 40.23º 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 #EDB33D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.07 |
| HSL | 40.23º | 0.83% | 0.58% | - |
| HSV(B) | 40.23º | 0.74% | 0.93% | - |
| XYZ | 51.89 | 50.58 | 11.44 | - |
| YUV | 182.89 | 59.22 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 61 | 0 | 0.24 | 0.74 | 0.07 | 40.23 | 0.83 | 0.58 |
| Hex | ED | B3 | 3D | 0 | 18 | 4A | 7 | 28 | 53 | 3A |
| Octal | 355 | 263 | 75 | 0 | 30 | 112 | 7 | 50 | 123 | 72 |
| Binary | 11101101 | 10110011 | 111101 | 0 | 11000 | 1001010 | 111 | 101000 | 1010011 | 111010 |
Color Harmonies of #EDB33D
Complementary color
Monochromatic Colors of #EDB33D
Black with #EDB33D
Text Example
Text Example
White with #EDB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB33D; }
p { color: rgb(237,179,61); }
H1.HeaderClassName
{
color: #EDB33D;
}
.AnyTagClassName
{
color: #EDB33D;
}
</style>
background-color css
<style>
a { background-color: #EDB33D; }
a { background-color: rgb(237,179,61); }
div.DivClassName
{
background-color: #EDB33D;
}
.BgClassName
{
background-color: #EDB33D;
}
</style>
border-color css
<style>
span { border-color: #EDB33D; }
span { border-color: rgb(237,179,61); }
td.TdClassName
{
border-color: #EDB33D;
}
.TagClassName
{
border-color: #EDB33D;
}
</style>