#EAF287

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

Shades of Tidal #EAF287

Tints of Tidal #EAF287

Color information

#EAF287 (or 0xEAF287) is unknown color: approx Tidal. HEX triplet: EA, F2 and 87. RGB value is (234,242,135). Sum of RGB (Red+Green+Blue) = 234+242+135=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF287 is #150D78. Grayscale: #E3E3E3. Windows color (decimal): -1379705 or 8909546. OLE color: 8909546.

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

Color convert

RGB234242135-
CMYK0.0300.440.05
HSL64.49º80.45%73.92%-
HSV(B)64.49º44.21%94.9%-
XYZ70.0682.7535.2-
YUV227.4175.85132.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 242 (94.92% from 255) = 39.61%
BLUE value IS 135 (53.12% from 255) = 22.09%
R=38.30%
G=39.61%
B=22.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342421350.0300.440.0564.4980.4573.92
HexEAF287302C540504a
Octal35236220730545100120112
Binary111010101111001010000111110101100101100000010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF287; }

 p { color: rgb(234,242,135); }

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

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

 a { background-color: rgb(234,242,135); }

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

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

 span { border-color: rgb(234,242,135); }

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