Shades of Golden Tainoi #FEBD4E
Tints of Golden Tainoi #FEBD4E
RGB
CMYK
RGB Variations
Color information
#FEBD4E (or 0xFEBD4E) is known color: Golden Tainoi. HEX triplet: FE, BD and 4E. RGB value is (254,189,78). Sum of RGB (Red+Green+Blue) = 254+189+78=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD4E is #0142B1. Grayscale: #C4C4C4. Windows color (decimal): -82610 or 5160446. OLE color: 5160446.
HSL color Cylindrical-coordinate representation of color #FEBD4E: hue angle of 37.84º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEBD4E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 78 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.00 |
| HSL | 37.84º | 0.99% | 0.65% | - |
| HSV(B) | 37.84º | 0.69% | 1% | - |
| XYZ | 60.45 | 58.02 | 15.22 | - |
| YUV | 195.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 78 | 0 | 0.26 | 0.69 | 0.00 | 37.84 | 0.99 | 0.65 |
| Hex | FE | BD | 4E | 0 | 1A | 45 | 0 | 26 | 63 | 41 |
| Octal | 376 | 275 | 116 | 0 | 32 | 105 | 0 | 46 | 143 | 101 |
| Binary | 11111110 | 10111101 | 1001110 | 0 | 11010 | 1000101 | 0 | 100110 | 1100011 | 1000001 |
Color Harmonies of #FEBD4E
Complementary color
Monochromatic Colors of #FEBD4E
Black with #FEBD4E
Text Example
Text Example
White with #FEBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD4E; }
p { color: rgb(254,189,78); }
H1.HeaderClassName
{
color: #FEBD4E;
}
.AnyTagClassName
{
color: #FEBD4E;
}
</style>
background-color css
<style>
a { background-color: #FEBD4E; }
a { background-color: rgb(254,189,78); }
div.DivClassName
{
background-color: #FEBD4E;
}
.BgClassName
{
background-color: #FEBD4E;
}
</style>
border-color css
<style>
span { border-color: #FEBD4E; }
span { border-color: rgb(254,189,78); }
td.TdClassName
{
border-color: #FEBD4E;
}
.TagClassName
{
border-color: #FEBD4E;
}
</style>