Shades of Selective Yellow #EAB100
Tints of Selective Yellow #EAB100
RGB
CMYK
RGB Variations
Color information
#EAB100 (or 0xEAB100) is known color: Selective Yellow. HEX triplet: EA, B1 and 00. RGB value is (234,177,0). Sum of RGB (Red+Green+Blue) = 234+177+0=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB100 is #154EFF. Grayscale: #AEAEAE. Windows color (decimal): -1396480 or 45546. OLE color: 45546.
HSL color Cylindrical-coordinate representation of color #EAB100: hue angle of 45.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAB100 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.08 |
| HSL | 45.38º | 1% | 0.46% | - |
| HSV(B) | 45.38º | 1% | 0.92% | - |
| XYZ | 49.65 | 48.94 | 6.83 | - |
| YUV | 173.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 0 | 0 | 0.24 | 1 | 0.08 | 45.38 | 1 | 0.46 |
| Hex | EA | B1 | 0 | 0 | 18 | 64 | 8 | 2D | 64 | 2E |
| Octal | 352 | 261 | 0 | 0 | 30 | 144 | 10 | 55 | 144 | 56 |
| Binary | 11101010 | 10110001 | 0 | 0 | 11000 | 1100100 | 1000 | 101101 | 1100100 | 101110 |
Color Harmonies of #EAB100
Complementary color
Monochromatic Colors of #EAB100
Black with #EAB100
Text Example
Text Example
White with #EAB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB100; }
p { color: rgb(234,177,0); }
H1.HeaderClassName
{
color: #EAB100;
}
.AnyTagClassName
{
color: #EAB100;
}
</style>
background-color css
<style>
a { background-color: #EAB100; }
a { background-color: rgb(234,177,0); }
div.DivClassName
{
background-color: #EAB100;
}
.BgClassName
{
background-color: #EAB100;
}
</style>
border-color css
<style>
span { border-color: #EAB100; }
span { border-color: rgb(234,177,0); }
td.TdClassName
{
border-color: #EAB100;
}
.TagClassName
{
border-color: #EAB100;
}
</style>