#EAFA81

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

Shades of Tidal #EAFA81

Tints of Tidal #EAFA81

Color information

#EAFA81 (or 0xEAFA81) is unknown color: approx Tidal. HEX triplet: EA, FA and 81. RGB value is (234,250,129). Sum of RGB (Red+Green+Blue) = 234+250+129=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA81 is #15057E. Grayscale: #E7E7E7. Windows color (decimal): -1377663 or 8518378. OLE color: 8518378.

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

Color convert

RGB234250129-
CMYK0.0600.480.02
HSL67.93º92.37%74.31%-
HSV(B)67.93º48.4%98.04%-
XYZ72.0887.4533.85-
YUV231.4270.2129.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 129 (50.78% from 255) = 21.04%
R=38.17%
G=40.78%
B=21.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501290.0600.480.0267.9392.3774.31
HexEAFA8160302445c4a
Octal35237220160602104134112
Binary111010101111101010000001110011000010100010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFA81; }

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

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

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

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

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

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

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

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