Shades of Tidal #EEF48A
Tints of Tidal #EEF48A
RGB
CMYK
RGB Variations
Color information
#EEF48A (or 0xEEF48A) is known color: Tidal. HEX triplet: EE, F4 and 8A. RGB value is (238,244,138). Sum of RGB (Red+Green+Blue) = 238+244+138=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF48A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF48A is #110B75. Grayscale: #E6E6E6. Windows color (decimal): -1117046 or 9106670. OLE color: 9106670.
HSL color Cylindrical-coordinate representation of color #EEF48A: hue angle of 63.4º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEF48A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 244 | 138 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.04 |
| HSL | 63.4º | 0.83% | 0.75% | - |
| HSV(B) | 63.4º | 0.43% | 0.96% | - |
| XYZ | 72.2 | 84.71 | 36.59 | - |
| YUV | 230.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 244 | 138 | 0.02 | 0 | 0.43 | 0.04 | 63.4 | 0.83 | 0.75 |
| Hex | EE | F4 | 8A | 2 | 0 | 2B | 4 | 3F | 53 | 4B |
| Octal | 356 | 364 | 212 | 2 | 0 | 53 | 4 | 77 | 123 | 113 |
| Binary | 11101110 | 11110100 | 10001010 | 10 | 0 | 101011 | 100 | 111111 | 1010011 | 1001011 |
Color Harmonies of #EEF48A
Complementary color
Monochromatic Colors of #EEF48A
Black with #EEF48A
Text Example
Text Example
White with #EEF48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF48A; }
p { color: rgb(238,244,138); }
H1.HeaderClassName
{
color: #EEF48A;
}
.AnyTagClassName
{
color: #EEF48A;
}
</style>
background-color css
<style>
a { background-color: #EEF48A; }
a { background-color: rgb(238,244,138); }
div.DivClassName
{
background-color: #EEF48A;
}
.BgClassName
{
background-color: #EEF48A;
}
</style>
border-color css
<style>
span { border-color: #EEF48A; }
span { border-color: rgb(238,244,138); }
td.TdClassName
{
border-color: #EEF48A;
}
.TagClassName
{
border-color: #EEF48A;
}
</style>