#EAFE86

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

Shades of Tidal #EAFE86

Tints of Tidal #EAFE86

Color information

#EAFE86 (or 0xEAFE86) is unknown color: approx Tidal. HEX triplet: EA, FE and 86. RGB value is (234,254,134). Sum of RGB (Red+Green+Blue) = 234+254+134=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 134 (52.73% from 255 or 21.54% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE86 is #150179. Grayscale: #EAEAEA. Windows color (decimal): -1376634 or 8847082. OLE color: 8847082.

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

Color convert

RGB234254134-
CMYK0.0800.470.00
HSL70º98.36%76.08%-
HSV(B)70º47.24%99.61%-
XYZ73.6890.136.06-
YUV234.3471.37127.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 134 (52.73% from 255) = 21.54%
R=37.62%
G=40.84%
B=21.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541340.0800.470.007098.3676.08
HexEAFE86802F046624c
Octal352376206100570106142114
Binary111010101111111010000110100001011110100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE86; }

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

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

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

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

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

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

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

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