Shades of Tidal #EAF085
Tints of Tidal #EAF085
RGB
CMYK
RGB Variations
Color information
#EAF085 (or 0xEAF085) is known color: Tidal. HEX triplet: EA, F0 and 85. RGB value is (234,240,133). Sum of RGB (Red+Green+Blue) = 234+240+133=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF085 is #150F7A. Grayscale: #E2E2E2. Windows color (decimal): -1380219 or 8777962. OLE color: 8777962.
HSL color Cylindrical-coordinate representation of color #EAF085: hue angle of 63.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAF085 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 240 | 133 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.06 |
| HSL | 63.36º | 0.78% | 0.73% | - |
| HSV(B) | 63.36º | 0.45% | 0.94% | - |
| XYZ | 69.33 | 81.51 | 34.27 | - |
| YUV | 226.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 240 | 133 | 0.02 | 0 | 0.45 | 0.06 | 63.36 | 0.78 | 0.73 |
| Hex | EA | F0 | 85 | 2 | 0 | 2D | 6 | 3F | 4E | 49 |
| Octal | 352 | 360 | 205 | 2 | 0 | 55 | 6 | 77 | 116 | 111 |
| Binary | 11101010 | 11110000 | 10000101 | 10 | 0 | 101101 | 110 | 111111 | 1001110 | 1001001 |
Color Harmonies of #EAF085
Complementary color
Monochromatic Colors of #EAF085
Black with #EAF085
Text Example
Text Example
White with #EAF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF085; }
p { color: rgb(234,240,133); }
H1.HeaderClassName
{
color: #EAF085;
}
.AnyTagClassName
{
color: #EAF085;
}
</style>
background-color css
<style>
a { background-color: #EAF085; }
a { background-color: rgb(234,240,133); }
div.DivClassName
{
background-color: #EAF085;
}
.BgClassName
{
background-color: #EAF085;
}
</style>
border-color css
<style>
span { border-color: #EAF085; }
span { border-color: rgb(234,240,133); }
td.TdClassName
{
border-color: #EAF085;
}
.TagClassName
{
border-color: #EAF085;
}
</style>