Shades of Tidal #EAF18C
Tints of Tidal #EAF18C
RGB
CMYK
RGB Variations
Color information
#EAF18C (or 0xEAF18C) is known color: Tidal. HEX triplet: EA, F1 and 8C. RGB value is (234,241,140). Sum of RGB (Red+Green+Blue) = 234+241+140=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF18C is #150E73. Grayscale: #E3E3E3. Windows color (decimal): -1379956 or 9236970. OLE color: 9236970.
HSL color Cylindrical-coordinate representation of color #EAF18C: hue angle of 64.16º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAF18C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 140 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.05 |
| HSL | 64.16º | 0.78% | 0.75% | - |
| HSV(B) | 64.16º | 0.42% | 0.95% | - |
| XYZ | 70.12 | 82.3 | 37 | - |
| YUV | 227.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 140 | 0.03 | 0 | 0.42 | 0.05 | 64.16 | 0.78 | 0.75 |
| Hex | EA | F1 | 8C | 3 | 0 | 2A | 5 | 40 | 4E | 4B |
| Octal | 352 | 361 | 214 | 3 | 0 | 52 | 5 | 100 | 116 | 113 |
| Binary | 11101010 | 11110001 | 10001100 | 11 | 0 | 101010 | 101 | 1000000 | 1001110 | 1001011 |
Color Harmonies of #EAF18C
Complementary color
Monochromatic Colors of #EAF18C
Black with #EAF18C
Text Example
Text Example
White with #EAF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF18C; }
p { color: rgb(234,241,140); }
H1.HeaderClassName
{
color: #EAF18C;
}
.AnyTagClassName
{
color: #EAF18C;
}
</style>
background-color css
<style>
a { background-color: #EAF18C; }
a { background-color: rgb(234,241,140); }
div.DivClassName
{
background-color: #EAF18C;
}
.BgClassName
{
background-color: #EAF18C;
}
</style>
border-color css
<style>
span { border-color: #EAF18C; }
span { border-color: rgb(234,241,140); }
td.TdClassName
{
border-color: #EAF18C;
}
.TagClassName
{
border-color: #EAF18C;
}
</style>