#EAFE88

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

Shades of Tidal #EAFE88

Tints of Tidal #EAFE88

Color information

#EAFE88 (or 0xEAFE88) is unknown color: approx Tidal. HEX triplet: EA, FE and 88. RGB value is (234,254,136). Sum of RGB (Red+Green+Blue) = 234+254+136=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 136 (53.52% from 255 or 21.79% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE88 is #150177. Grayscale: #EBEBEB. Windows color (decimal): -1376632 or 8978154. OLE color: 8978154.

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

Color convert

RGB234254136-
CMYK0.0800.460.00
HSL70.17º98.33%76.47%-
HSV(B)70.17º46.46%99.61%-
XYZ73.8290.1536.8-
YUV234.5772.37127.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 136 (53.52% from 255) = 21.79%
R=37.5%
G=40.71%
B=21.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541360.0800.460.0070.1798.3376.47
HexEAFE88802E046624c
Octal352376210100560106142114
Binary111010101111111010001000100001011100100011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE88; }

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

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

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

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

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

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

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

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