Shades of Tidal #EAF68E
Tints of Tidal #EAF68E
RGB
CMYK
RGB Variations
Color information
#EAF68E (or 0xEAF68E) is known color: Tidal. HEX triplet: EA, F6 and 8E. RGB value is (234,246,142). Sum of RGB (Red+Green+Blue) = 234+246+142=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF68E is #150971. Grayscale: #E6E6E6. Windows color (decimal): -1378674 or 9369322. OLE color: 9369322.
HSL color Cylindrical-coordinate representation of color #EAF68E: hue angle of 66.92º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAF68E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 142 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.04 |
| HSL | 66.92º | 0.85% | 0.76% | - |
| HSV(B) | 66.92º | 0.42% | 0.96% | - |
| XYZ | 71.77 | 85.36 | 38.28 | - |
| YUV | 230.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 142 | 0.05 | 0 | 0.42 | 0.04 | 66.92 | 0.85 | 0.76 |
| Hex | EA | F6 | 8E | 5 | 0 | 2A | 4 | 43 | 55 | 4C |
| Octal | 352 | 366 | 216 | 5 | 0 | 52 | 4 | 103 | 125 | 114 |
| Binary | 11101010 | 11110110 | 10001110 | 101 | 0 | 101010 | 100 | 1000011 | 1010101 | 1001100 |
Color Harmonies of #EAF68E
Complementary color
Monochromatic Colors of #EAF68E
Black with #EAF68E
Text Example
Text Example
White with #EAF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF68E; }
p { color: rgb(234,246,142); }
H1.HeaderClassName
{
color: #EAF68E;
}
.AnyTagClassName
{
color: #EAF68E;
}
</style>
background-color css
<style>
a { background-color: #EAF68E; }
a { background-color: rgb(234,246,142); }
div.DivClassName
{
background-color: #EAF68E;
}
.BgClassName
{
background-color: #EAF68E;
}
</style>
border-color css
<style>
span { border-color: #EAF68E; }
span { border-color: rgb(234,246,142); }
td.TdClassName
{
border-color: #EAF68E;
}
.TagClassName
{
border-color: #EAF68E;
}
</style>