#EAFD84

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

Shades of Tidal #EAFD84

Tints of Tidal #EAFD84

Color information

#EAFD84 (or 0xEAFD84) is unknown color: approx Tidal. HEX triplet: EA, FD and 84. RGB value is (234,253,132). Sum of RGB (Red+Green+Blue) = 234+253+132=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD84 is #15027B. Grayscale: #E9E9E9. Windows color (decimal): -1376892 or 8715754. OLE color: 8715754.

HSL color Cylindrical-coordinate representation of color #EAFD84: hue angle of 69.42º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAFD84 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB234253132-
CMYK0.0800.480.01
HSL69.42º96.8%75.49%-
HSV(B)69.42º47.83%99.22%-
XYZ73.2289.4135.23-
YUV233.5270.71128.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 132 (51.95% from 255) = 21.32%
R=37.80%
G=40.87%
B=21.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531320.0800.480.0169.4296.875.49
HexEAFD848030145614b
Octal352375204100601105141113
Binary111010101111110110000100100001100001100010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD84; }

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

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

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

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

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

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

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

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