Shades of Selective Yellow #ECAF01
Tints of Selective Yellow #ECAF01
RGB
CMYK
RGB Variations
Color information
#ECAF01 (or 0xECAF01) is known color: Selective Yellow. HEX triplet: EC, AF and 01. RGB value is (236,175,1). Sum of RGB (Red+Green+Blue) = 236+175+1=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF01 is #1350FE. Grayscale: #AEAEAE. Windows color (decimal): -1265919 or 110572. OLE color: 110572.
HSL color Cylindrical-coordinate representation of color #ECAF01: hue angle of 44.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECAF01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.07 |
| HSL | 44.43º | 0.99% | 0.46% | - |
| HSV(B) | 44.43º | 1% | 0.93% | - |
| XYZ | 49.93 | 48.5 | 6.76 | - |
| YUV | 173.4 | 30.71 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 1 | 0 | 0.26 | 1.00 | 0.07 | 44.43 | 0.99 | 0.46 |
| Hex | EC | AF | 1 | 0 | 1A | 64 | 7 | 2C | 63 | 2E |
| Octal | 354 | 257 | 1 | 0 | 32 | 144 | 7 | 54 | 143 | 56 |
| Binary | 11101100 | 10101111 | 1 | 0 | 11010 | 1100100 | 111 | 101100 | 1100011 | 101110 |
Color Harmonies of #ECAF01
Complementary color
Monochromatic Colors of #ECAF01
Black with #ECAF01
Text Example
Text Example
White with #ECAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF01; }
p { color: rgb(236,175,1); }
H1.HeaderClassName
{
color: #ECAF01;
}
.AnyTagClassName
{
color: #ECAF01;
}
</style>
background-color css
<style>
a { background-color: #ECAF01; }
a { background-color: rgb(236,175,1); }
div.DivClassName
{
background-color: #ECAF01;
}
.BgClassName
{
background-color: #ECAF01;
}
</style>
border-color css
<style>
span { border-color: #ECAF01; }
span { border-color: rgb(236,175,1); }
td.TdClassName
{
border-color: #ECAF01;
}
.TagClassName
{
border-color: #ECAF01;
}
</style>