#EAF189

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

Shades of Tidal #EAF189

Tints of Tidal #EAF189

Color information

#EAF189 (or 0xEAF189) is unknown color: approx Tidal. HEX triplet: EA, F1 and 89. RGB value is (234,241,137). Sum of RGB (Red+Green+Blue) = 234+241+137=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF189 is #150E76. Grayscale: #E3E3E3. Windows color (decimal): -1379959 or 9040362. OLE color: 9040362.

HSL color Cylindrical-coordinate representation of color #EAF189: hue angle of 64.04º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF189 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB234241137-
CMYK0.0300.430.05
HSL64.04º78.79%74.12%-
HSV(B)64.04º43.15%94.51%-
XYZ69.982.2135.85-
YUV227.0577.18132.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 241 (94.53% from 255) = 39.38%
BLUE value IS 137 (53.91% from 255) = 22.39%
R=38.24%
G=39.38%
B=22.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411370.0300.430.0564.0478.7974.12
HexEAF189302B5404f4a
Octal35236121130535100117112
Binary111010101111000110001001110101011101100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF189; }

 p { color: rgb(234,241,137); }

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

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

 a { background-color: rgb(234,241,137); }

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

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

 span { border-color: rgb(234,241,137); }

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