Shades of Tidal #EAF28B
Tints of Tidal #EAF28B
RGB
CMYK
RGB Variations
Color information
#EAF28B (or 0xEAF28B) is known color: Tidal. HEX triplet: EA, F2 and 8B. RGB value is (234,242,139). Sum of RGB (Red+Green+Blue) = 234+242+139=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF28B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF28B is #150D74. Grayscale: #E4E4E4. Windows color (decimal): -1379701 or 9171690. OLE color: 9171690.
HSL color Cylindrical-coordinate representation of color #EAF28B: hue angle of 64.66º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF28B is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 139 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.05 |
| HSL | 64.66º | 0.8% | 0.75% | - |
| HSV(B) | 64.66º | 0.43% | 0.95% | - |
| XYZ | 70.34 | 82.86 | 36.71 | - |
| YUV | 227.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 139 | 0.03 | 0 | 0.43 | 0.05 | 64.66 | 0.8 | 0.75 |
| Hex | EA | F2 | 8B | 3 | 0 | 2B | 5 | 41 | 50 | 4B |
| Octal | 352 | 362 | 213 | 3 | 0 | 53 | 5 | 101 | 120 | 113 |
| Binary | 11101010 | 11110010 | 10001011 | 11 | 0 | 101011 | 101 | 1000001 | 1010000 | 1001011 |
Color Harmonies of #EAF28B
Complementary color
Monochromatic Colors of #EAF28B
Black with #EAF28B
Text Example
Text Example
White with #EAF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF28B; }
p { color: rgb(234,242,139); }
H1.HeaderClassName
{
color: #EAF28B;
}
.AnyTagClassName
{
color: #EAF28B;
}
</style>
background-color css
<style>
a { background-color: #EAF28B; }
a { background-color: rgb(234,242,139); }
div.DivClassName
{
background-color: #EAF28B;
}
.BgClassName
{
background-color: #EAF28B;
}
</style>
border-color css
<style>
span { border-color: #EAF28B; }
span { border-color: rgb(234,242,139); }
td.TdClassName
{
border-color: #EAF28B;
}
.TagClassName
{
border-color: #EAF28B;
}
</style>