Shades of Selective Yellow #EAAE01
Tints of Selective Yellow #EAAE01
RGB
CMYK
RGB Variations
Color information
#EAAE01 (or 0xEAAE01) is known color: Selective Yellow. HEX triplet: EA, AE and 01. RGB value is (234,174,1). Sum of RGB (Red+Green+Blue) = 234+174+1=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE01 is #1551FE. Grayscale: #ACACAC. Windows color (decimal): -1397247 or 110314. OLE color: 110314.
HSL color Cylindrical-coordinate representation of color #EAAE01: hue angle of 44.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAAE01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.08 |
| HSL | 44.55º | 0.99% | 0.46% | - |
| HSV(B) | 44.55º | 1% | 0.92% | - |
| XYZ | 49.07 | 47.77 | 6.66 | - |
| YUV | 172.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 1 | 0 | 0.26 | 1.00 | 0.08 | 44.55 | 0.99 | 0.46 |
| Hex | EA | AE | 1 | 0 | 1A | 64 | 8 | 2D | 63 | 2E |
| Octal | 352 | 256 | 1 | 0 | 32 | 144 | 10 | 55 | 143 | 56 |
| Binary | 11101010 | 10101110 | 1 | 0 | 11010 | 1100100 | 1000 | 101101 | 1100011 | 101110 |
Color Harmonies of #EAAE01
Complementary color
Monochromatic Colors of #EAAE01
Black with #EAAE01
Text Example
Text Example
White with #EAAE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAE01; }
p { color: rgb(234,174,1); }
H1.HeaderClassName
{
color: #EAAE01;
}
.AnyTagClassName
{
color: #EAAE01;
}
</style>
background-color css
<style>
a { background-color: #EAAE01; }
a { background-color: rgb(234,174,1); }
div.DivClassName
{
background-color: #EAAE01;
}
.BgClassName
{
background-color: #EAAE01;
}
</style>
border-color css
<style>
span { border-color: #EAAE01; }
span { border-color: rgb(234,174,1); }
td.TdClassName
{
border-color: #EAAE01;
}
.TagClassName
{
border-color: #EAAE01;
}
</style>