#EAFB95

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

Shades of Tidal #EAFB95

Tints of Tidal #EAFB95

Color information

#EAFB95 (or 0xEAFB95) is unknown color: approx Tidal. HEX triplet: EA, FB and 95. RGB value is (234,251,149). Sum of RGB (Red+Green+Blue) = 234+251+149=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB95 is #15046A. Grayscale: #EAEAEA. Windows color (decimal): -1377387 or 9829354. OLE color: 9829354.

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

Color convert

RGB234251149-
CMYK0.0700.410.02
HSL70º92.73%78.43%-
HSV(B)70º40.64%98.43%-
XYZ73.8588.6641.65-
YUV234.2979.87127.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 149 (58.59% from 255) = 23.50%
R=36.91%
G=39.59%
B=23.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511490.0700.410.027092.7378.43
HexEAFB9570292465d4e
Octal35237322570512106135116
Binary111010101111101110010101111010100110100011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB95; }

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

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

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

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

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

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

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

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