Shades of Tidal #EDEE8A
Tints of Tidal #EDEE8A
RGB
CMYK
RGB Variations
Color information
#EDEE8A (or 0xEDEE8A) is known color: Tidal. HEX triplet: ED, EE and 8A. RGB value is (237,238,138). Sum of RGB (Red+Green+Blue) = 237+238+138=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEE8A is #121175. Grayscale: #E2E2E2. Windows color (decimal): -1184118 or 9105133. OLE color: 9105133.
HSL color Cylindrical-coordinate representation of color #EDEE8A: hue angle of 60.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDEE8A is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 238 | 138 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.07 |
| HSL | 60.6º | 0.75% | 0.74% | - |
| HSV(B) | 60.6º | 0.42% | 0.93% | - |
| XYZ | 70.09 | 80.99 | 35.98 | - |
| YUV | 226.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 138 | 0.00 | 0 | 0.42 | 0.07 | 60.6 | 0.75 | 0.74 |
| Hex | ED | EE | 8A | 0 | 0 | 2A | 7 | 3D | 4B | 4A |
| Octal | 355 | 356 | 212 | 0 | 0 | 52 | 7 | 75 | 113 | 112 |
| Binary | 11101101 | 11101110 | 10001010 | 0 | 0 | 101010 | 111 | 111101 | 1001011 | 1001010 |
Color Harmonies of #EDEE8A
Complementary color
Monochromatic Colors of #EDEE8A
Black with #EDEE8A
Text Example
Text Example
White with #EDEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEE8A; }
p { color: rgb(237,238,138); }
H1.HeaderClassName
{
color: #EDEE8A;
}
.AnyTagClassName
{
color: #EDEE8A;
}
</style>
background-color css
<style>
a { background-color: #EDEE8A; }
a { background-color: rgb(237,238,138); }
div.DivClassName
{
background-color: #EDEE8A;
}
.BgClassName
{
background-color: #EDEE8A;
}
</style>
border-color css
<style>
span { border-color: #EDEE8A; }
span { border-color: rgb(237,238,138); }
td.TdClassName
{
border-color: #EDEE8A;
}
.TagClassName
{
border-color: #EDEE8A;
}
</style>