#EFFC8A

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

Shades of Tidal #EFFC8A

Tints of Tidal #EFFC8A

Color information

#EFFC8A (or 0xEFFC8A) is unknown color: approx Tidal. HEX triplet: EF, FC and 8A. RGB value is (239,252,138). Sum of RGB (Red+Green+Blue) = 239+252+138=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFC8A is #100375. Grayscale: #EBEBEB. Windows color (decimal): -1049462 or 9108719. OLE color: 9108719.

HSL color Cylindrical-coordinate representation of color #EFFC8A: hue angle of 66.84º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFFC8A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB239252138-
CMYK0.0500.450.01
HSL66.84º95%76.47%-
HSV(B)66.84º45.24%98.82%-
XYZ74.9989.8137.43-
YUV235.1273.19130.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 252 (98.83% from 255) = 40.06%
BLUE value IS 138 (54.30% from 255) = 21.94%
R=38.00%
G=40.06%
B=21.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521380.0500.450.0166.849576.47
HexEFFC8A502D1435f4c
Octal35737421250551103137114
Binary11101111111111001000101010101011011100001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFC8A; }

 p { color: rgb(239,252,138); }

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

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

 a { background-color: rgb(239,252,138); }

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

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

 span { border-color: rgb(239,252,138); }

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