Shades of Tulip Tree #EAB23D
Tints of Tulip Tree #EAB23D
RGB
CMYK
RGB Variations
Color information
#EAB23D (or 0xEAB23D) is known color: Tulip Tree. HEX triplet: EA, B2 and 3D. RGB value is (234,178,61). Sum of RGB (Red+Green+Blue) = 234+178+61=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB23D is #154DC2. Grayscale: #B5B5B5. Windows color (decimal): -1396163 or 4043498. OLE color: 4043498.
HSL color Cylindrical-coordinate representation of color #EAB23D: hue angle of 40.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAB23D is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 61 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.08 |
| HSL | 40.58º | 0.8% | 0.58% | - |
| HSV(B) | 40.58º | 0.74% | 0.92% | - |
| XYZ | 50.69 | 49.67 | 11.33 | - |
| YUV | 181.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 61 | 0 | 0.24 | 0.74 | 0.08 | 40.58 | 0.8 | 0.58 |
| Hex | EA | B2 | 3D | 0 | 18 | 4A | 8 | 29 | 50 | 3A |
| Octal | 352 | 262 | 75 | 0 | 30 | 112 | 10 | 51 | 120 | 72 |
| Binary | 11101010 | 10110010 | 111101 | 0 | 11000 | 1001010 | 1000 | 101001 | 1010000 | 111010 |
Color Harmonies of #EAB23D
Complementary color
Monochromatic Colors of #EAB23D
Black with #EAB23D
Text Example
Text Example
White with #EAB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB23D; }
p { color: rgb(234,178,61); }
H1.HeaderClassName
{
color: #EAB23D;
}
.AnyTagClassName
{
color: #EAB23D;
}
</style>
background-color css
<style>
a { background-color: #EAB23D; }
a { background-color: rgb(234,178,61); }
div.DivClassName
{
background-color: #EAB23D;
}
.BgClassName
{
background-color: #EAB23D;
}
</style>
border-color css
<style>
span { border-color: #EAB23D; }
span { border-color: rgb(234,178,61); }
td.TdClassName
{
border-color: #EAB23D;
}
.TagClassName
{
border-color: #EAB23D;
}
</style>