#EFFE8C

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

Shades of Tidal #EFFE8C

Tints of Tidal #EFFE8C

Color information

#EFFE8C (or 0xEFFE8C) is unknown color: approx Tidal. HEX triplet: EF, FE and 8C. RGB value is (239,254,140). Sum of RGB (Red+Green+Blue) = 239+254+140=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFE8C is #100173. Grayscale: #ECECEC. Windows color (decimal): -1048948 or 9240303. OLE color: 9240303.

HSL color Cylindrical-coordinate representation of color #EFFE8C: hue angle of 67.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFFE8C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB239254140-
CMYK0.0600.450.00
HSL67.89º98.28%77.25%-
HSV(B)67.89º44.88%99.61%-
XYZ75.7791.1338.41-
YUV236.5273.53129.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 254 (99.61% from 255) = 40.13%
BLUE value IS 140 (55.08% from 255) = 22.12%
R=37.76%
G=40.13%
B=22.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541400.0600.450.0067.8998.2877.25
HexEFFE8C602D044624d
Octal35737621460550104142115
Binary11101111111111101000110011001011010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFE8C; }

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

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

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

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

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

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

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

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