Shades of Tidal #EAF68F
Tints of Tidal #EAF68F
RGB
CMYK
RGB Variations
Color information
#EAF68F (or 0xEAF68F) is known color: Tidal. HEX triplet: EA, F6 and 8F. RGB value is (234,246,143). Sum of RGB (Red+Green+Blue) = 234+246+143=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 143 (56.25% from 255 or 22.95% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF68F is #150970. Grayscale: #E7E7E7. Windows color (decimal): -1378673 or 9434858. OLE color: 9434858.
HSL color Cylindrical-coordinate representation of color #EAF68F: hue angle of 66.99º 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 #EAF68F is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 143 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.04 |
| HSL | 66.99º | 0.85% | 0.76% | - |
| HSV(B) | 66.99º | 0.42% | 0.96% | - |
| XYZ | 71.85 | 85.39 | 38.68 | - |
| YUV | 230.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 143 | 0.05 | 0 | 0.42 | 0.04 | 66.99 | 0.85 | 0.76 |
| Hex | EA | F6 | 8F | 5 | 0 | 2A | 4 | 43 | 55 | 4C |
| Octal | 352 | 366 | 217 | 5 | 0 | 52 | 4 | 103 | 125 | 114 |
| Binary | 11101010 | 11110110 | 10001111 | 101 | 0 | 101010 | 100 | 1000011 | 1010101 | 1001100 |
Color Harmonies of #EAF68F
Complementary color
Monochromatic Colors of #EAF68F
Black with #EAF68F
Text Example
Text Example
White with #EAF68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF68F; }
p { color: rgb(234,246,143); }
H1.HeaderClassName
{
color: #EAF68F;
}
.AnyTagClassName
{
color: #EAF68F;
}
</style>
background-color css
<style>
a { background-color: #EAF68F; }
a { background-color: rgb(234,246,143); }
div.DivClassName
{
background-color: #EAF68F;
}
.BgClassName
{
background-color: #EAF68F;
}
</style>
border-color css
<style>
span { border-color: #EAF68F; }
span { border-color: rgb(234,246,143); }
td.TdClassName
{
border-color: #EAF68F;
}
.TagClassName
{
border-color: #EAF68F;
}
</style>