Shades of Tidal #ECFB7D
Tints of Tidal #ECFB7D
RGB
CMYK
RGB Variations
Color information
#ECFB7D (or 0xECFB7D) is known color: Tidal. HEX triplet: EC, FB and 7D. RGB value is (236,251,125). Sum of RGB (Red+Green+Blue) = 236+251+125=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFB7D is #130482. Grayscale: #E8E8E8. Windows color (decimal): -1246339 or 8256492. OLE color: 8256492.
HSL color Cylindrical-coordinate representation of color #ECFB7D: hue angle of 67.14º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECFB7D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 125 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.02 |
| HSL | 67.14º | 0.94% | 0.74% | - |
| HSV(B) | 67.14º | 0.5% | 0.98% | - |
| XYZ | 72.79 | 88.31 | 32.61 | - |
| YUV | 232.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 125 | 0.06 | 0 | 0.50 | 0.02 | 67.14 | 0.94 | 0.74 |
| Hex | EC | FB | 7D | 6 | 0 | 32 | 2 | 43 | 5E | 4A |
| Octal | 354 | 373 | 175 | 6 | 0 | 62 | 2 | 103 | 136 | 112 |
| Binary | 11101100 | 11111011 | 1111101 | 110 | 0 | 110010 | 10 | 1000011 | 1011110 | 1001010 |
Color Harmonies of #ECFB7D
Complementary color
Monochromatic Colors of #ECFB7D
Black with #ECFB7D
Text Example
Text Example
White with #ECFB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB7D; }
p { color: rgb(236,251,125); }
H1.HeaderClassName
{
color: #ECFB7D;
}
.AnyTagClassName
{
color: #ECFB7D;
}
</style>
background-color css
<style>
a { background-color: #ECFB7D; }
a { background-color: rgb(236,251,125); }
div.DivClassName
{
background-color: #ECFB7D;
}
.BgClassName
{
background-color: #ECFB7D;
}
</style>
border-color css
<style>
span { border-color: #ECFB7D; }
span { border-color: rgb(236,251,125); }
td.TdClassName
{
border-color: #ECFB7D;
}
.TagClassName
{
border-color: #ECFB7D;
}
</style>