Shades of Golden Tainoi #FFC44E
Tints of Golden Tainoi #FFC44E
RGB
CMYK
RGB Variations
Color information
#FFC44E (or 0xFFC44E) is known color: Golden Tainoi. HEX triplet: FF, C4 and 4E. RGB value is (255,196,78). Sum of RGB (Red+Green+Blue) = 255+196+78=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC44E is #003BB1. Grayscale: #C8C8C8. Windows color (decimal): -15282 or 5162239. OLE color: 5162239.
HSL color Cylindrical-coordinate representation of color #FFC44E: hue angle of 40º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFC44E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 78 | - |
| CMYK | 0 | 0.23 | 0.69 | 0 |
| HSL | 40º | 1% | 0.65% | - |
| HSV(B) | 40º | 0.69% | 1% | - |
| XYZ | 62.36 | 61.29 | 15.75 | - |
| YUV | 200.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 78 | 0 | 0.23 | 0.69 | 0 | 40 | 1 | 0.65 |
| Hex | FF | C4 | 4E | 0 | 17 | 45 | 0 | 28 | 64 | 41 |
| Octal | 377 | 304 | 116 | 0 | 27 | 105 | 0 | 50 | 144 | 101 |
| Binary | 11111111 | 11000100 | 1001110 | 0 | 10111 | 1000101 | 0 | 101000 | 1100100 | 1000001 |
Color Harmonies of #FFC44E
Complementary color
Monochromatic Colors of #FFC44E
Black with #FFC44E
Text Example
Text Example
White with #FFC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC44E; }
p { color: rgb(255,196,78); }
H1.HeaderClassName
{
color: #FFC44E;
}
.AnyTagClassName
{
color: #FFC44E;
}
</style>
background-color css
<style>
a { background-color: #FFC44E; }
a { background-color: rgb(255,196,78); }
div.DivClassName
{
background-color: #FFC44E;
}
.BgClassName
{
background-color: #FFC44E;
}
</style>
border-color css
<style>
span { border-color: #FFC44E; }
span { border-color: rgb(255,196,78); }
td.TdClassName
{
border-color: #FFC44E;
}
.TagClassName
{
border-color: #FFC44E;
}
</style>