Shades of Selective Yellow #ECAF00
Tints of Selective Yellow #ECAF00
RGB
CMYK
RGB Variations
Color information
#ECAF00 (or 0xECAF00) is known color: Selective Yellow. HEX triplet: EC, AF and 00. RGB value is (236,175,0). Sum of RGB (Red+Green+Blue) = 236+175+0=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF00 is #1350FF. Grayscale: #AEAEAE. Windows color (decimal): -1265920 or 45036. OLE color: 45036.
HSL color Cylindrical-coordinate representation of color #ECAF00: hue angle of 44.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECAF00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.07 |
| HSL | 44.49º | 1% | 0.46% | - |
| HSV(B) | 44.49º | 1% | 0.93% | - |
| XYZ | 49.92 | 48.49 | 6.73 | - |
| YUV | 173.29 | 30.21 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 0 | 0 | 0.26 | 1 | 0.07 | 44.49 | 1 | 0.46 |
| Hex | EC | AF | 0 | 0 | 1A | 64 | 7 | 2C | 64 | 2E |
| Octal | 354 | 257 | 0 | 0 | 32 | 144 | 7 | 54 | 144 | 56 |
| Binary | 11101100 | 10101111 | 0 | 0 | 11010 | 1100100 | 111 | 101100 | 1100100 | 101110 |
Color Harmonies of #ECAF00
Complementary color
Monochromatic Colors of #ECAF00
Black with #ECAF00
Text Example
Text Example
White with #ECAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF00; }
p { color: rgb(236,175,0); }
H1.HeaderClassName
{
color: #ECAF00;
}
.AnyTagClassName
{
color: #ECAF00;
}
</style>
background-color css
<style>
a { background-color: #ECAF00; }
a { background-color: rgb(236,175,0); }
div.DivClassName
{
background-color: #ECAF00;
}
.BgClassName
{
background-color: #ECAF00;
}
</style>
border-color css
<style>
span { border-color: #ECAF00; }
span { border-color: rgb(236,175,0); }
td.TdClassName
{
border-color: #ECAF00;
}
.TagClassName
{
border-color: #ECAF00;
}
</style>