#EAFB90

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

Shades of Tidal #EAFB90

Tints of Tidal #EAFB90

Color information

#EAFB90 (or 0xEAFB90) is unknown color: approx Tidal. HEX triplet: EA, FB and 90. RGB value is (234,251,144). Sum of RGB (Red+Green+Blue) = 234+251+144=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 144 (56.64% from 255 or 22.89% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB90 is #15046F. Grayscale: #EAEAEA. Windows color (decimal): -1377392 or 9501674. OLE color: 9501674.

HSL color Cylindrical-coordinate representation of color #EAFB90: hue angle of 69.53º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAFB90 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB234251144-
CMYK0.0700.430.02
HSL69.53º93.04%77.45%-
HSV(B)69.53º42.63%98.43%-
XYZ73.4688.539.6-
YUV233.7277.37128.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 144 (56.64% from 255) = 22.89%
R=37.20%
G=39.90%
B=22.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511440.0700.430.0269.5393.0477.45
HexEAFB90702B2465d4d
Octal35237322070532106135115
Binary111010101111101110010000111010101110100011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB90; }

 p { color: rgb(234,251,144); }

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

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

 a { background-color: rgb(234,251,144); }

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

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

 span { border-color: rgb(234,251,144); }

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