Shades of Tidal #ECFB8A
Tints of Tidal #ECFB8A
RGB
CMYK
RGB Variations
Color information
#ECFB8A (or 0xECFB8A) is known color: Tidal. HEX triplet: EC, FB and 8A. RGB value is (236,251,138). Sum of RGB (Red+Green+Blue) = 236+251+138=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFB8A is #130475. Grayscale: #EAEAEA. Windows color (decimal): -1246326 or 9108460. OLE color: 9108460.
HSL color Cylindrical-coordinate representation of color #ECFB8A: hue angle of 67.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECFB8A is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 138 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.02 |
| HSL | 67.96º | 0.93% | 0.76% | - |
| HSV(B) | 67.96º | 0.45% | 0.98% | - |
| XYZ | 73.68 | 88.66 | 37.28 | - |
| YUV | 233.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 138 | 0.06 | 0 | 0.45 | 0.02 | 67.96 | 0.93 | 0.76 |
| Hex | EC | FB | 8A | 6 | 0 | 2D | 2 | 44 | 5D | 4C |
| Octal | 354 | 373 | 212 | 6 | 0 | 55 | 2 | 104 | 135 | 114 |
| Binary | 11101100 | 11111011 | 10001010 | 110 | 0 | 101101 | 10 | 1000100 | 1011101 | 1001100 |
Color Harmonies of #ECFB8A
Complementary color
Monochromatic Colors of #ECFB8A
Black with #ECFB8A
Text Example
Text Example
White with #ECFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB8A; }
p { color: rgb(236,251,138); }
H1.HeaderClassName
{
color: #ECFB8A;
}
.AnyTagClassName
{
color: #ECFB8A;
}
</style>
background-color css
<style>
a { background-color: #ECFB8A; }
a { background-color: rgb(236,251,138); }
div.DivClassName
{
background-color: #ECFB8A;
}
.BgClassName
{
background-color: #ECFB8A;
}
</style>
border-color css
<style>
span { border-color: #ECFB8A; }
span { border-color: rgb(236,251,138); }
td.TdClassName
{
border-color: #ECFB8A;
}
.TagClassName
{
border-color: #ECFB8A;
}
</style>