#EAFE97

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

Shades of Tidal #EAFE97

Tints of Tidal #EAFE97

Color information

#EAFE97 (or 0xEAFE97) is unknown color: approx Tidal. HEX triplet: EA, FE and 97. RGB value is (234,254,151). Sum of RGB (Red+Green+Blue) = 234+254+151=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 151 (59.38% from 255 or 23.63% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE97 is #150168. Grayscale: #ECECEC. Windows color (decimal): -1376617 or 9961194. OLE color: 9961194.

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

Color convert

RGB234254151-
CMYK0.0800.410.00
HSL71.65º98.1%79.41%-
HSV(B)71.65º40.55%99.61%-
XYZ74.9690.6142.82-
YUV236.2879.87126.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 151 (59.38% from 255) = 23.63%
R=36.62%
G=39.75%
B=23.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541510.0800.410.0071.6598.179.41
HexEAFE978029048624f
Octal352376227100510110142117
Binary111010101111111010010111100001010010100100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE97; }

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

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

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

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

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

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

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

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