Shades of Tidal #ECED88
Tints of Tidal #ECED88
RGB
CMYK
RGB Variations
Color information
#ECED88 (or 0xECED88) is known color: Tidal. HEX triplet: EC, ED and 88. RGB value is (236,237,136). Sum of RGB (Red+Green+Blue) = 236+237+136=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED88 is #131277. Grayscale: #E1E1E1. Windows color (decimal): -1249912 or 8973804. OLE color: 8973804.
HSL color Cylindrical-coordinate representation of color #ECED88: hue angle of 60.59º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECED88 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 136 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.07 |
| HSL | 60.59º | 0.74% | 0.73% | - |
| HSV(B) | 60.59º | 0.43% | 0.93% | - |
| XYZ | 69.32 | 80.18 | 35.12 | - |
| YUV | 225.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 136 | 0.00 | 0 | 0.43 | 0.07 | 60.59 | 0.74 | 0.73 |
| Hex | EC | ED | 88 | 0 | 0 | 2B | 7 | 3D | 4A | 49 |
| Octal | 354 | 355 | 210 | 0 | 0 | 53 | 7 | 75 | 112 | 111 |
| Binary | 11101100 | 11101101 | 10001000 | 0 | 0 | 101011 | 111 | 111101 | 1001010 | 1001001 |
Color Harmonies of #ECED88
Complementary color
Monochromatic Colors of #ECED88
Black with #ECED88
Text Example
Text Example
White with #ECED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED88; }
p { color: rgb(236,237,136); }
H1.HeaderClassName
{
color: #ECED88;
}
.AnyTagClassName
{
color: #ECED88;
}
</style>
background-color css
<style>
a { background-color: #ECED88; }
a { background-color: rgb(236,237,136); }
div.DivClassName
{
background-color: #ECED88;
}
.BgClassName
{
background-color: #ECED88;
}
</style>
border-color css
<style>
span { border-color: #ECED88; }
span { border-color: rgb(236,237,136); }
td.TdClassName
{
border-color: #ECED88;
}
.TagClassName
{
border-color: #ECED88;
}
</style>