#EAFF86

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

Shades of Tidal #EAFF86

Tints of Tidal #EAFF86

Color information

#EAFF86 (or 0xEAFF86) is unknown color: approx Tidal. HEX triplet: EA, FF and 86. RGB value is (234,255,134). Sum of RGB (Red+Green+Blue) = 234+255+134=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF86 is #150079. Grayscale: #EBEBEB. Windows color (decimal): -1376378 or 8847338. OLE color: 8847338.

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

Color convert

RGB234255134-
CMYK0.0800.470
HSL70.41º100%76.27%-
HSV(B)70.41º47.45%100%-
XYZ73.9990.7336.17-
YUV234.9371.04127.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 255 (100% from 255) = 40.93%
BLUE value IS 134 (52.73% from 255) = 21.51%
R=37.56%
G=40.93%
B=21.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551340.0800.47070.4110076.27
HexEAFF86802F046644c
Octal352377206100570106144114
Binary111010101111111110000110100001011110100011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF86; }

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

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

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

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

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

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

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

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