Shades of Tidal #EEF58B
Tints of Tidal #EEF58B
RGB
CMYK
RGB Variations
Color information
#EEF58B (or 0xEEF58B) is known color: Tidal. HEX triplet: EE, F5 and 8B. RGB value is (238,245,139). Sum of RGB (Red+Green+Blue) = 238+245+139=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 139 (54.69% from 255 or 22.35% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF58B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF58B is #110A74. Grayscale: #E7E7E7. Windows color (decimal): -1116789 or 9172462. OLE color: 9172462.
HSL color Cylindrical-coordinate representation of color #EEF58B: hue angle of 63.96º degrees, saturation: 0.84, 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 #EEF58B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 245 | 139 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.04 |
| HSL | 63.96º | 0.84% | 0.75% | - |
| HSV(B) | 63.96º | 0.43% | 0.96% | - |
| XYZ | 72.57 | 85.35 | 37.07 | - |
| YUV | 230.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 245 | 139 | 0.03 | 0 | 0.43 | 0.04 | 63.96 | 0.84 | 0.75 |
| Hex | EE | F5 | 8B | 3 | 0 | 2B | 4 | 40 | 54 | 4B |
| Octal | 356 | 365 | 213 | 3 | 0 | 53 | 4 | 100 | 124 | 113 |
| Binary | 11101110 | 11110101 | 10001011 | 11 | 0 | 101011 | 100 | 1000000 | 1010100 | 1001011 |
Color Harmonies of #EEF58B
Complementary color
Monochromatic Colors of #EEF58B
Black with #EEF58B
Text Example
Text Example
White with #EEF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF58B; }
p { color: rgb(238,245,139); }
H1.HeaderClassName
{
color: #EEF58B;
}
.AnyTagClassName
{
color: #EEF58B;
}
</style>
background-color css
<style>
a { background-color: #EEF58B; }
a { background-color: rgb(238,245,139); }
div.DivClassName
{
background-color: #EEF58B;
}
.BgClassName
{
background-color: #EEF58B;
}
</style>
border-color css
<style>
span { border-color: #EEF58B; }
span { border-color: rgb(238,245,139); }
td.TdClassName
{
border-color: #EEF58B;
}
.TagClassName
{
border-color: #EEF58B;
}
</style>