Shades of Tidal #EEF383
Tints of Tidal #EEF383
RGB
CMYK
RGB Variations
Color information
#EEF383 (or 0xEEF383) is known color: Tidal. HEX triplet: EE, F3 and 83. RGB value is (238,243,131). Sum of RGB (Red+Green+Blue) = 238+243+131=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF383 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF383 is #110C7C. Grayscale: #E5E5E5. Windows color (decimal): -1117309 or 8647662. OLE color: 8647662.
HSL color Cylindrical-coordinate representation of color #EEF383: hue angle of 62.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEF383 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 131 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.05 |
| HSL | 62.68º | 0.82% | 0.73% | - |
| HSV(B) | 62.68º | 0.46% | 0.95% | - |
| XYZ | 71.41 | 83.92 | 33.91 | - |
| YUV | 228.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 131 | 0.02 | 0 | 0.46 | 0.05 | 62.68 | 0.82 | 0.73 |
| Hex | EE | F3 | 83 | 2 | 0 | 2E | 5 | 3F | 52 | 49 |
| Octal | 356 | 363 | 203 | 2 | 0 | 56 | 5 | 77 | 122 | 111 |
| Binary | 11101110 | 11110011 | 10000011 | 10 | 0 | 101110 | 101 | 111111 | 1010010 | 1001001 |
Color Harmonies of #EEF383
Complementary color
Monochromatic Colors of #EEF383
Black with #EEF383
Text Example
Text Example
White with #EEF383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF383; }
p { color: rgb(238,243,131); }
H1.HeaderClassName
{
color: #EEF383;
}
.AnyTagClassName
{
color: #EEF383;
}
</style>
background-color css
<style>
a { background-color: #EEF383; }
a { background-color: rgb(238,243,131); }
div.DivClassName
{
background-color: #EEF383;
}
.BgClassName
{
background-color: #EEF383;
}
</style>
border-color css
<style>
span { border-color: #EEF383; }
span { border-color: rgb(238,243,131); }
td.TdClassName
{
border-color: #EEF383;
}
.TagClassName
{
border-color: #EEF383;
}
</style>