#EAFA88

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

Shades of Tidal #EAFA88

Tints of Tidal #EAFA88

Color information

#EAFA88 (or 0xEAFA88) is unknown color: approx Tidal. HEX triplet: EA, FA and 88. RGB value is (234,250,136). Sum of RGB (Red+Green+Blue) = 234+250+136=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA88 is #150577. Grayscale: #E8E8E8. Windows color (decimal): -1377656 or 8977130. OLE color: 8977130.

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

Color convert

RGB234250136-
CMYK0.0600.460.02
HSL68.42º91.94%75.69%-
HSV(B)68.42º45.6%98.04%-
XYZ72.5687.6436.38-
YUV232.2273.7129.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 136 (53.52% from 255) = 21.94%
R=37.74%
G=40.32%
B=21.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501360.0600.460.0268.4291.9475.69
HexEAFA88602E2445c4c
Octal35237221060562104134114
Binary111010101111101010001000110010111010100010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFA88; }

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

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

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

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

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

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

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

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