#EAF88F

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

Shades of Tidal #EAF88F

Tints of Tidal #EAF88F

Color information

#EAF88F (or 0xEAF88F) is unknown color: approx Tidal. HEX triplet: EA, F8 and 8F. RGB value is (234,248,143). Sum of RGB (Red+Green+Blue) = 234+248+143=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 143 (56.25% from 255 or 22.88% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF88F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF88F is #150770. Grayscale: #E8E8E8. Windows color (decimal): -1378161 or 9435370. OLE color: 9435370.

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

Color convert

RGB234248143-
CMYK0.0600.420.03
HSL68º88.24%76.67%-
HSV(B)68º42.34%97.25%-
XYZ72.4686.6138.89-
YUV231.8477.86129.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 248 (97.27% from 255) = 39.68%
BLUE value IS 143 (56.25% from 255) = 22.88%
R=37.44%
G=39.68%
B=22.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481430.0600.420.036888.2476.67
HexEAF88F602A344584d
Octal35237021760523104130115
Binary111010101111100010001111110010101011100010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF88F; }

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

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

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

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

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

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

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

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