#EAFB97

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

Shades of Tidal #EAFB97

Tints of Tidal #EAFB97

Color information

#EAFB97 (or 0xEAFB97) is unknown color: approx Tidal. HEX triplet: EA, FB and 97. RGB value is (234,251,151). Sum of RGB (Red+Green+Blue) = 234+251+151=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 151 (59.38% from 255 or 23.74% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB97 is #150468. Grayscale: #EAEAEA. Windows color (decimal): -1377385 or 9960426. OLE color: 9960426.

HSL color Cylindrical-coordinate representation of color #EAFB97: hue angle of 70.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAFB97 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB234251151-
CMYK0.0700.400.02
HSL70.2º92.59%78.82%-
HSV(B)70.2º39.84%98.43%-
XYZ74.0188.7242.5-
YUV234.5280.87127.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 151 (59.38% from 255) = 23.74%
R=36.79%
G=39.47%
B=23.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511510.0700.400.0270.292.5978.82
HexEAFB9770282465d4f
Octal35237322770502106135117
Binary111010101111101110010111111010100010100011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB97; }

 p { color: rgb(234,251,151); }

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

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

 a { background-color: rgb(234,251,151); }

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

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

 span { border-color: rgb(234,251,151); }

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