#EAF88B

Color #EAF88B Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EAF88B

Tints of Tidal #EAF88B

Color information

#EAF88B (or 0xEAF88B) is unknown color: approx Tidal. HEX triplet: EA, F8 and 8B. RGB value is (234,248,139). Sum of RGB (Red+Green+Blue) = 234+248+139=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF88B is #150774. Grayscale: #E7E7E7. Windows color (decimal): -1378165 or 9173226. OLE color: 9173226.

HSL color Cylindrical-coordinate representation of color #EAF88B: hue angle of 67.71º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAF88B is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB234248139-
CMYK0.0600.440.03
HSL67.71º88.62%75.88%-
HSV(B)67.71º43.95%97.25%-
XYZ72.1686.4937.32-
YUV231.3975.86129.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 139 (54.69% from 255) = 22.38%
R=37.68%
G=39.94%
B=22.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481390.0600.440.0367.7188.6275.88
HexEAF88B602C344594c
Octal35237021360543104131114
Binary111010101111100010001011110010110011100010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF88B; }

 p { color: rgb(234,248,139); }

 H1.HeaderClassName
 {
   color: #EAF88B;
 }
 .AnyTagClassName
 {
   color: #EAF88B;
 }
</style>
background-color css

<style>
 a { background-color: #EAF88B; }

 a { background-color: rgb(234,248,139); }

 div.DivClassName
 {
   background-color: #EAF88B;
 }
 .BgClassName
 {
   background-color: #EAF88B;
 }
</style>
border-color css

<style>
 span { border-color: #EAF88B; }

 span { border-color: rgb(234,248,139); }

 td.TdClassName
 {
   border-color: #EAF88B;
 }
 .TagClassName
 {
   border-color: #EAF88B;
 }
</style>