#EAFD96

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

Shades of Tidal #EAFD96

Tints of Tidal #EAFD96

Color information

#EAFD96 (or 0xEAFD96) is unknown color: approx Tidal. HEX triplet: EA, FD and 96. RGB value is (234,253,150). Sum of RGB (Red+Green+Blue) = 234+253+150=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD96 is #150269. Grayscale: #EBEBEB. Windows color (decimal): -1376874 or 9895402. OLE color: 9895402.

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

Color convert

RGB234253150-
CMYK0.0800.410.01
HSL71.07º96.26%79.02%-
HSV(B)71.07º40.71%99.22%-
XYZ74.5689.9442.29-
YUV235.5879.71126.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=36.73%
G=39.72%
B=23.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531500.0800.410.0171.0796.2679.02
HexEAFD968029147604f
Octal352375226100511107140117
Binary111010101111110110010110100001010011100011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD96; }

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

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

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

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

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

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

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

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