#EAF184

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

Shades of Tidal #EAF184

Tints of Tidal #EAF184

Color information

#EAF184 (or 0xEAF184) is unknown color: approx Tidal. HEX triplet: EA, F1 and 84. RGB value is (234,241,132). Sum of RGB (Red+Green+Blue) = 234+241+132=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF184 is #150E7B. Grayscale: #E2E2E2. Windows color (decimal): -1379964 or 8712682. OLE color: 8712682.

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

Color convert

RGB234241132-
CMYK0.0300.450.05
HSL63.85º79.56%73.14%-
HSV(B)63.85º45.23%94.51%-
XYZ69.5582.0734-
YUV226.4874.68133.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 132 (51.95% from 255) = 21.75%
R=38.55%
G=39.70%
B=21.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411320.0300.450.0563.8579.5673.14
HexEAF184302D5405049
Octal35236120430555100120111
Binary111010101111000110000100110101101101100000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF184; }

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

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

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

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

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

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

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

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