Shades of Tulip Tree #EDB23D
Tints of Tulip Tree #EDB23D
RGB
CMYK
RGB Variations
Color information
#EDB23D (or 0xEDB23D) is known color: Tulip Tree. HEX triplet: ED, B2 and 3D. RGB value is (237,178,61). Sum of RGB (Red+Green+Blue) = 237+178+61=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB23D is #124DC2. Grayscale: #B6B6B6. Windows color (decimal): -1199555 or 4043501. OLE color: 4043501.
HSL color Cylindrical-coordinate representation of color #EDB23D: hue angle of 39.89º 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 #EDB23D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 61 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.07 |
| HSL | 39.89º | 0.83% | 0.58% | - |
| HSV(B) | 39.89º | 0.74% | 0.93% | - |
| XYZ | 51.69 | 50.18 | 11.38 | - |
| YUV | 182.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 61 | 0 | 0.25 | 0.74 | 0.07 | 39.89 | 0.83 | 0.58 |
| Hex | ED | B2 | 3D | 0 | 19 | 4A | 7 | 28 | 53 | 3A |
| Octal | 355 | 262 | 75 | 0 | 31 | 112 | 7 | 50 | 123 | 72 |
| Binary | 11101101 | 10110010 | 111101 | 0 | 11001 | 1001010 | 111 | 101000 | 1010011 | 111010 |
Color Harmonies of #EDB23D
Complementary color
Monochromatic Colors of #EDB23D
Black with #EDB23D
Text Example
Text Example
White with #EDB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB23D; }
p { color: rgb(237,178,61); }
H1.HeaderClassName
{
color: #EDB23D;
}
.AnyTagClassName
{
color: #EDB23D;
}
</style>
background-color css
<style>
a { background-color: #EDB23D; }
a { background-color: rgb(237,178,61); }
div.DivClassName
{
background-color: #EDB23D;
}
.BgClassName
{
background-color: #EDB23D;
}
</style>
border-color css
<style>
span { border-color: #EDB23D; }
span { border-color: rgb(237,178,61); }
td.TdClassName
{
border-color: #EDB23D;
}
.TagClassName
{
border-color: #EDB23D;
}
</style>