Shades of Tidal #EDFF9A
Tints of Tidal #EDFF9A
RGB
CMYK
RGB Variations
Color information
#EDFF9A (or 0xEDFF9A) is known color: Tidal. HEX triplet: ED, FF and 9A. RGB value is (237,255,154). Sum of RGB (Red+Green+Blue) = 237+255+154=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 154 (60.55% from 255 or 23.84% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFF9A is #120065. Grayscale: #EEEEEE. Windows color (decimal): -1179750 or 10158061. OLE color: 10158061.
HSL color Cylindrical-coordinate representation of color #EDFF9A: hue angle of 70.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDFF9A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 154 | - |
| CMYK | 0.07 | 0 | 0.40 | 0 |
| HSL | 70.69º | 1% | 0.8% | - |
| HSV(B) | 70.69º | 0.4% | 1% | - |
| XYZ | 76.52 | 91.86 | 44.27 | - |
| YUV | 238.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 154 | 0.07 | 0 | 0.40 | 0 | 70.69 | 1 | 0.8 |
| Hex | ED | FF | 9A | 7 | 0 | 28 | 0 | 47 | 64 | 50 |
| Octal | 355 | 377 | 232 | 7 | 0 | 50 | 0 | 107 | 144 | 120 |
| Binary | 11101101 | 11111111 | 10011010 | 111 | 0 | 101000 | 0 | 1000111 | 1100100 | 1010000 |
Color Harmonies of #EDFF9A
Complementary color
Monochromatic Colors of #EDFF9A
Black with #EDFF9A
Text Example
Text Example
White with #EDFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF9A; }
p { color: rgb(237,255,154); }
H1.HeaderClassName
{
color: #EDFF9A;
}
.AnyTagClassName
{
color: #EDFF9A;
}
</style>
background-color css
<style>
a { background-color: #EDFF9A; }
a { background-color: rgb(237,255,154); }
div.DivClassName
{
background-color: #EDFF9A;
}
.BgClassName
{
background-color: #EDFF9A;
}
</style>
border-color css
<style>
span { border-color: #EDFF9A; }
span { border-color: rgb(237,255,154); }
td.TdClassName
{
border-color: #EDFF9A;
}
.TagClassName
{
border-color: #EDFF9A;
}
</style>