Shades of Tangerine Yellow #EACD0A
Tints of Tangerine Yellow #EACD0A
RGB
CMYK
RGB Variations
Color information
#EACD0A (or 0xEACD0A) is known color: Tangerine Yellow. HEX triplet: EA, CD and 0A. RGB value is (234,205,10). Sum of RGB (Red+Green+Blue) = 234+205+10=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD0A is #1532F5. Grayscale: #C0C0C0. Windows color (decimal): -1389302 or 708074. OLE color: 708074.
HSL color Cylindrical-coordinate representation of color #EACD0A: hue angle of 52.23º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EACD0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.08 |
| HSL | 52.23º | 0.92% | 0.48% | - |
| HSV(B) | 52.23º | 0.96% | 0.92% | - |
| XYZ | 55.82 | 61.18 | 9.15 | - |
| YUV | 191.44 | 25.61 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 10 | 0 | 0.12 | 0.96 | 0.08 | 52.23 | 0.92 | 0.48 |
| Hex | EA | CD | A | 0 | C | 60 | 8 | 34 | 5C | 30 |
| Octal | 352 | 315 | 12 | 0 | 14 | 140 | 10 | 64 | 134 | 60 |
| Binary | 11101010 | 11001101 | 1010 | 0 | 1100 | 1100000 | 1000 | 110100 | 1011100 | 110000 |
Color Harmonies of #EACD0A
Complementary color
Monochromatic Colors of #EACD0A
Black with #EACD0A
Text Example
Text Example
White with #EACD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD0A; }
p { color: rgb(234,205,10); }
H1.HeaderClassName
{
color: #EACD0A;
}
.AnyTagClassName
{
color: #EACD0A;
}
</style>
background-color css
<style>
a { background-color: #EACD0A; }
a { background-color: rgb(234,205,10); }
div.DivClassName
{
background-color: #EACD0A;
}
.BgClassName
{
background-color: #EACD0A;
}
</style>
border-color css
<style>
span { border-color: #EACD0A; }
span { border-color: rgb(234,205,10); }
td.TdClassName
{
border-color: #EACD0A;
}
.TagClassName
{
border-color: #EACD0A;
}
</style>