Shades of Tulip Tree #EDB63D
Tints of Tulip Tree #EDB63D
RGB
CMYK
RGB Variations
Color information
#EDB63D (or 0xEDB63D) is known color: Tulip Tree. HEX triplet: ED, B6 and 3D. RGB value is (237,182,61). Sum of RGB (Red+Green+Blue) = 237+182+61=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB63D is #1249C2. Grayscale: #B9B9B9. Windows color (decimal): -1198531 or 4044525. OLE color: 4044525.
HSL color Cylindrical-coordinate representation of color #EDB63D: hue angle of 41.25º 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 #EDB63D is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 61 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.07 |
| HSL | 41.25º | 0.83% | 0.58% | - |
| HSV(B) | 41.25º | 0.74% | 0.93% | - |
| XYZ | 52.5 | 51.8 | 11.65 | - |
| YUV | 184.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 61 | 0 | 0.23 | 0.74 | 0.07 | 41.25 | 0.83 | 0.58 |
| Hex | ED | B6 | 3D | 0 | 17 | 4A | 7 | 29 | 53 | 3A |
| Octal | 355 | 266 | 75 | 0 | 27 | 112 | 7 | 51 | 123 | 72 |
| Binary | 11101101 | 10110110 | 111101 | 0 | 10111 | 1001010 | 111 | 101001 | 1010011 | 111010 |
Color Harmonies of #EDB63D
Complementary color
Monochromatic Colors of #EDB63D
Black with #EDB63D
Text Example
Text Example
White with #EDB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB63D; }
p { color: rgb(237,182,61); }
H1.HeaderClassName
{
color: #EDB63D;
}
.AnyTagClassName
{
color: #EDB63D;
}
</style>
background-color css
<style>
a { background-color: #EDB63D; }
a { background-color: rgb(237,182,61); }
div.DivClassName
{
background-color: #EDB63D;
}
.BgClassName
{
background-color: #EDB63D;
}
</style>
border-color css
<style>
span { border-color: #EDB63D; }
span { border-color: rgb(237,182,61); }
td.TdClassName
{
border-color: #EDB63D;
}
.TagClassName
{
border-color: #EDB63D;
}
</style>