#EAFB85

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

Shades of Tidal #EAFB85

Tints of Tidal #EAFB85

Color information

#EAFB85 (or 0xEAFB85) is unknown color: approx Tidal. HEX triplet: EA, FB and 85. RGB value is (234,251,133). Sum of RGB (Red+Green+Blue) = 234+251+133=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB85 is #15047A. Grayscale: #E8E8E8. Windows color (decimal): -1377403 or 8780778. OLE color: 8780778.

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

Color convert

RGB234251133-
CMYK0.0700.470.02
HSL68.64º93.65%75.29%-
HSV(B)68.64º47.01%98.43%-
XYZ72.6688.1835.38-
YUV232.4671.87129.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 251 (98.44% from 255) = 40.61%
BLUE value IS 133 (52.34% from 255) = 21.52%
R=37.86%
G=40.61%
B=21.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511330.0700.470.0268.6493.6575.29
HexEAFB85702F2455e4b
Octal35237320570572105136113
Binary111010101111101110000101111010111110100010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB85; }

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

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

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

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

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

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

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

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