#EAF284

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

Shades of Tidal #EAF284

Tints of Tidal #EAF284

Color information

#EAF284 (or 0xEAF284) is unknown color: approx Tidal. HEX triplet: EA, F2 and 84. RGB value is (234,242,132). Sum of RGB (Red+Green+Blue) = 234+242+132=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF284 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF284 is #150D7B. Grayscale: #E3E3E3. Windows color (decimal): -1379708 or 8712938. OLE color: 8712938.

HSL color Cylindrical-coordinate representation of color #EAF284: hue angle of 64.36º degrees, saturation: 0.81, 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 #EAF284 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB234242132-
CMYK0.0300.450.05
HSL64.36º80.88%73.33%-
HSV(B)64.36º45.45%94.9%-
XYZ69.8582.6634.1-
YUV227.0774.35132.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 132 (51.95% from 255) = 21.71%
R=38.49%
G=39.80%
B=21.71%

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
Decimal2342421320.0300.450.0564.3680.8873.33
HexEAF284302D5405149
Octal35236220430555100121111
Binary111010101111001010000100110101101101100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF284; }

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

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

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

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

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

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

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

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