#EAFA86

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

Shades of Tidal #EAFA86

Tints of Tidal #EAFA86

Color information

#EAFA86 (or 0xEAFA86) is unknown color: approx Tidal. HEX triplet: EA, FA and 86. RGB value is (234,250,134). Sum of RGB (Red+Green+Blue) = 234+250+134=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA86 is #150579. Grayscale: #E8E8E8. Windows color (decimal): -1377658 or 8846058. OLE color: 8846058.

HSL color Cylindrical-coordinate representation of color #EAFA86: hue angle of 68.28º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAFA86 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB234250134-
CMYK0.0600.460.02
HSL68.28º92.06%75.29%-
HSV(B)68.28º46.4%98.04%-
XYZ72.4287.5835.64-
YUV231.9972.7129.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 134 (52.73% from 255) = 21.68%
R=37.86%
G=40.45%
B=21.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501340.0600.460.0268.2892.0675.29
HexEAFA86602E2445c4b
Octal35237220660562104134113
Binary111010101111101010000110110010111010100010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFA86; }

 p { color: rgb(234,250,134); }

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

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

 a { background-color: rgb(234,250,134); }

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

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

 span { border-color: rgb(234,250,134); }

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