#EAFF95

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

Shades of Tidal #EAFF95

Tints of Tidal #EAFF95

Color information

#EAFF95 (or 0xEAFF95) is unknown color: approx Tidal. HEX triplet: EA, FF and 95. RGB value is (234,255,149). Sum of RGB (Red+Green+Blue) = 234+255+149=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF95 is #15006A. Grayscale: #EDEDED. Windows color (decimal): -1376363 or 9830378. OLE color: 9830378.

HSL color Cylindrical-coordinate representation of color #EAFF95: hue angle of 71.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAFF95 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB234255149-
CMYK0.0800.420
HSL71.89º100%79.22%-
HSV(B)71.89º41.57%100%-
XYZ75.1291.1842.07-
YUV236.6478.54126.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 149 (58.59% from 255) = 23.35%
R=36.68%
G=39.97%
B=23.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551490.0800.42071.8910079.22
HexEAFF95802A048644f
Octal352377225100520110144117
Binary111010101111111110010101100001010100100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF95; }

 p { color: rgb(234,255,149); }

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

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

 a { background-color: rgb(234,255,149); }

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

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

 span { border-color: rgb(234,255,149); }

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