#EFFA8C

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

Shades of Tidal #EFFA8C

Tints of Tidal #EFFA8C

Color information

#EFFA8C (or 0xEFFA8C) is unknown color: approx Tidal. HEX triplet: EF, FA and 8C. RGB value is (239,250,140). Sum of RGB (Red+Green+Blue) = 239+250+140=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFA8C is #100573. Grayscale: #EAEAEA. Windows color (decimal): -1049972 or 9239279. OLE color: 9239279.

HSL color Cylindrical-coordinate representation of color #EFFA8C: hue angle of 66º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFFA8C is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB239250140-
CMYK0.0400.440.02
HSL66º91.67%76.47%-
HSV(B)66º44%98.04%-
XYZ74.5288.6237.99-
YUV234.1774.86131.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 140 (55.08% from 255) = 22.26%
R=38.00%
G=39.75%
B=22.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392501400.0400.440.026691.6776.47
HexEFFA8C402C2425c4c
Octal35737221440542102134114
Binary111011111111101010001100100010110010100001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFA8C; }

 p { color: rgb(239,250,140); }

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

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

 a { background-color: rgb(239,250,140); }

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

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

 span { border-color: rgb(239,250,140); }

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